.btn-book {
    background: #e5e5e5;
    color: black;
    border: 1px solid #666666;
    display: table;
    margin-top: 8px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 18px;
}
.btn-book:hover{
    background: #e5e5e5;
    color: #000;

}
h1 {
    font-size: 42px;
}
h2{
    font-size: 38px;
}
h3{
    font-size: 30px;
    font-weight: bold;
}
.reserve-contact a{
    color:#000;
    text-decoration: none;
}
