#menuPage {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#menuPage h1 {
    text-align: center;
    font-family: spaceGrotesk;
}