.info-container h2 {
    font-size: 3em;
    font-weight: normal;
    color: #F1F1FF;
}

.info-container h3 {
    font-size: 2em;
    font-weight: lighter;
    color: #F1F1FF;
}

.info-container p {
    color: #F1F1FF;
    font-family: sans-serif;
}

.booking-action a {
    transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
    color: black;
    font-size: 1em !important;
    font-weight: normal;
    background-color: #F1F1FF;
    border-radius: 2px;
}

.booking-action a:hover {
    background-color: #EAEAEA;
}

.saiphe-form button {
    transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
    color: black;
    font-size: 1em !important;
    font-weight: normal;
    background-color: #F1F1FF;
    border-radius: 2px;
}

.saiphe-form button:hover {
    background-color: #EAEAEA;
}