/* Sweet alert that shows up when the user clicks either the "Book Class" or "Book Travel" hero buttons */
.sweet-alert-link-container{
    display:flex;
    flex-direction:column;
    gap:10px;
}
.sweet-alert-link{
    border-radius: 10px;
}

/* Policy modal that shows up when the user fist opens the website */
#bootstrapPolicyModal-1 .modal-dialog{
    max-width: 1200px;
}