h1{
    color:rgb(0, 0, 0);
    font-size: 40px;
    text-align: left;
}
.jumbotron {
    background-color: red;
    padding: 50px 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.jumbotron img {
    width: 450px;
    margin: 30px;
}
.jumbotron h3, p{
    color: black;
}
.main-container {
    flex-direction: row;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.package-container {
    margin: 20px;
    padding: 16px;
    border: 3px solid black;
    border-radius: 16px;
    box-shadow: 5px 5px 10px gray;
}
.package-container p{
    color:black;
}
.package-container img{
    width: 300px
}
body {
    margin: 0;
    background-color: rgb(129, 39, 39);
}
.body-home{
    font-family: "Cinzel", serif;
}
.body-booking{
    font-family: "Yanone Kaffeesatz", sans-serif;
}
.body-about{
    font-family: "Sen", sans-serif;

}
button {
    background-color:rgb(93, 0, 0);
    padding: 10px;
    color:rgb(255, 255, 255);
    border-radius: 10px;
    border: none;
}
.left{
    margin-left: 60%;
}
table,th,td,tr,td {
    border:1px solid black;
    border-collapse: collapse;
    padding: 10px;
}
th{
    background-color:rgb(183, 0, 0);
    color: white;
}
.table {
    display:flex;
    justify-content: center;
    text-align: center;
}
.table img {
    width: 200px
}
header {
    background-color: #510000;
    color: black;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 50px;
    display: flex;
    z-index: 100;
    font-family: "Cinzel", serif;

}
.header-title{
    text-align: left;
    color: white;
    margin: 14px;
    font-size: 18px;
}
nav {
    position: absolute;
    right: 0;
    display: flex;
}
a {
    text-decoration: none;
    color: white;
    float: left;
    padding: 15px;
}
footer {
    color: white;
    text-align: center;
    background-color: rgb(82, 0, 0);
    padding: 10px;
    margin-top: 50px;
    font-family: "Cinzel", serif;

}

footer p{
    color: white;
}
a:hover {
    color: black;
}
button:hover {
    cursor: pointer;
    background-color: rgb(255, 0, 0);
}
.package-container:hover {
    background-color: rgb(255, 255, 255);
}

tr:hover {
    background-color: rgb(255, 255, 255);
}
.formcontainer{
    text-align: center;
    margin-top: 50px;
}
.formcontainer img {
    width: 300px
}
.formcontainer h1{
text-align: center;
}
form{
    text-align: left;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
input{
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 3px;
}
label{
    display:inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
select{
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 3px;
}
.title {
    text-align: center;
}
.about{
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5%;
    text-align: center;
}
.about h1{
    text-align: center;
    color:black;
}
.about-img{
    width: 300px;
    border-radius: 20px;
}
.deskripsi{
    display:flex;
    justify-content: center;
    justify-content: space-evenly;
}
.deskripsi div{
    background-color: white;
    margin: 10px;
    border-radius: 10px;
}
.video{
    margin: 10px;
}