nav{
    width: 100%;
    height: 40px;
    max-width: 1024px;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-around;
    align-items: center;
}