@media (max-height: 800px) {
    /* Styles for screens with a max width of 600px and a max height of 800px */
    /* body {
        background-color: lightblue;
    } */

    .section {
        height: auto;
    }
}