.menu{width: auto; }

@media screen and (max-width: 500px){
    .menu{justify-content: center;}
}