@media only screen and (min-width: 32.5em) {
    ul.flex {
        flex-direction: row; 
        justify-content: space-evenly;
    }
}