@media only screen and (min-width: 200px) and (max-width: 575px){

header{
    flex-direction: column;
}
    
}