@media (max-width: 1080px) {

    :root{
        --normal-font-size: 2rem;
        --small-font-size: 1.7rem;
    }

    nav{
        height: 100px;
    }

    .alaune{
        flex-direction: column-reverse;
        align-items: center;
    }
    .alaune img{
        width: auto;
        max-height: 2000px;
    }
}