.menu {
    align-items: center;
    display: flex;
    justify-content: space-around;
    padding: 1rem 0;
    margin: 0 5%;
}