.bookAptButton {
    background-color: #ffff00;
    color: #000000;
    padding: 0.35rem 0.75rem;
    border-radius: 35px;
    white-space: nowrap;
    margin-top: 2rem;
    border: solid 1px black;
    font-size: 1.3rem;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.bookAptButton:hover,
.bookAptButton:focus {
    transform: scale(1.1); 
}

.missionStatement {
    display: none;
}

/* Display Button View */
@media screen and (max-width: 900px) {
    .missionStatement {
        display: inline-block;
        margin: 0 auto;
        width: auto;
    }
}

/* Mobile View */
@media screen and (max-width: 480px) {
    .bookAptButton {
        font-size: 1rem;
    }
}
