@media screen and (max-width:1200px){
    #desktop-nav{
        display: none;
    }
    #hamburguer-nav{
        display: flex;
    }
}