@media only screen and (max-width: 1440px) {
    /* Navbar */
    ul.navbar-buttons li a{
        font-size: 1.40rem;
    }

    div.nav-contact {
        width: fit-content;
        height: 40px;
    }

    /* Header */
    div.logo img {
        width: 200px;
        height: 200px;
    }
    h1.logo-text {
        font-size: 4rem;
    }
    h1.main-title {
        font-size: 5rem;
        margin-top: 30px;
    }
}
