main {
    padding-top: 0;
    margin-top: 15vh;

    display: flex;
    flex-direction: column;
    align-items: center;
}


.bookings-description {
    margin-top: 5vh;
    width: 60%;
    color: #906B43;
    font-size: large;
    line-height: 2em;
    font-style: italic;
    text-align: center;
}

/* .bookings-description a {
    text-decoration: none;
    color: #906B43;
    font-weight: bold;
} */