body {
    background-image: url("img/background_2024.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
}

footer {
    background-color: #0a5c10;
}

footer a, footer a:visited, footer a:active {
    color: #fde022;
    text-decoration: none;
}

@media (min-width: 1400px) {
    td, th, p, li, a, span {
        font-size: 1em;
    }

    select.fpresp {
        font-size: 1em;
    }

    img.fpresp {
        max-height: 100px;
    }
}

@media (max-width: 1400px) {
    td, th, p, li, a, span {
        font-size: 0.9em;
    }

    select.fpresp {
        font-size: 1em;
    }

    img.fpresp {
        max-height: 90px;
    }
}

@media (max-width: 1200px) {
    td, th, p, li, a, span {
        font-size: 0.9em;
    }

    select.fpresp {
        font-size: 1em;
    }

    img.fpresp {
        max-height: 90px;
    }
}

@media (max-width: 992px) {
    td, th, p, li, a, span {
        font-size: 0.8em;
    }

    select.fpresp {
        font-size: 1em;
    }

    img.fpresp {
        max-height: 80px;
    }
}

@media (max-width: 768px) {
    td, th, p, li, a, span {
        font-size: 0.7em;
    }

    select.fpresp {
        font-size: 1em;
    }

    img.fpresp {
        max-height: 70px;
    }
}

@media (max-width: 476px) {
    td, th, p, li, a, span {
        font-size: 0.7em;
    }

    select.fpresp {
        font-size: 1em;
    }

    img.fpresp {
        max-height: 60px;
    }

    a.menu {
        font-size: 2em;
    }

    p {
        font-size: 1em;
    }
}


