body, html {
    scroll-behavior: smooth;
}
@media only screen and (max-width: 1280px) {
    .desktop {
        display: none;
    }
}
@media only screen and (min-width: 1281px) {
    .mobile:not(header) {
        display: none;
    }   
}