@media(min-width: 1450px) {



.header{
 flex-direction: column;


}

.header-desk{

display: flex;
flex-direction: column;
width: 30vh;
background-color: aqua;
z-index: 10;
float: left;
border: 2px solid brown;


}

}