html, body
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body
{
    font-size: 16px;
    font-family: Trebuchet MS;
    color: black;
    background-color: white;
    background-image: url("../../assets/img/footer.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}

main
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: revert;
}

.screen
{
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

#logo
{
    max-width: 480px;
    margin: 20px;
}

.logo-img
{
    width: 100%;
    height: auto;
}

.main-text
{
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: bold;
    text-align: center;
    color: #1749dc;
    border: 2px solid #ccc;
    border-radius: 20px;
}

.table
{
    font-size: 24px;
}