#page-title-safari{
    text-align: center;
    font-family: 'Oswald', sans-serif;
    color: rgb(188, 142,42);
    margin-top: 100px;
}
table{
    margin: auto;
    border: 1px solid rgb(188, 142,42);
    max-width: 100%;
    margin-bottom: 20px;
}
.table-head{
    font-weight: bold;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.table-des{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: justify;
}
.activity{
    width: 250px;
}

#booking-button{
    width: 400px;
    max-width: 90%;
    margin: auto;
    background: rgb(188, 142,42);
    color: #fff;
    font-family: 'Oswald', sans-serif;
    display: block;
    padding: 20px;
    border: 3px solid rgb(188, 142,42);
    border-radius: 3px;
    outline: none;
    font-weight: 600;
    margin-bottom: 40px;
    cursor: pointer;
    transition: all .5s ease;
}
#booking-button:hover{
    background: transparent;
    color: #333;
    border: 3px solid #333;
}