@media only screen and (min-width: 32.5em) {
    
    header{
        flex-direction: row;
    }
    nav ul {
        flex-direction: row;
    }

}