.footer {
    margin-top: 10em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3em;
    border-top: 2px solid #ffed00;
    padding: 5em 2em;
}

.footer-nav nav {
    gap: 2em;
}
.reserve-seat-button-container {
    margin-top: 4em;
}
.reserve-seat-button {
    font-size: 24px;
    font-family: inherit;
    background-color: #ffed00;
    color: black;
    font-weight: 700;
    padding: 0.5em 2em;
}