@media screen and (max-width: 500px) {
    nav{
    flex-direction: column;
    position: static;
    }
}