@media screen and (orientation: landscape) and (min-width: 40rem){
    html {
        background-color: rgb(255, 250, 247);
    }
    body{
       max-width: 70rem;
    }
    .navbar .menu-items{
        transform: translate(-200%);
    }
    
   
}