
@media (min-width: 650px) {
    nav ul{
        display: flex;
        flex-direction: row;
        align-content: center;
    }
}