.venue {
    margin-top: 5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffed00;
    color: black;
    padding: 4em 4em;
}

.the-venue {
    font-size: 48px;
    margin-bottom: 2em;
}

.map-details {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 5em;
    font-size: 24px;
}
.map {
    display: flex;
    border: 5px solid black;
    max-width: 26.75em;
}
.map img {
    width: 100%;
}

.venue-name {
    font-size: 32px;
}
.bookFlight-button {
    font-size: 24px;
    font-weight: 700;
    font-family: inherit;
    padding: 0.5em 1.5em;
    background-color: black;
    color: #ffed00;

}
