h1 {
    font-family: 'calibri', sans-serif;
    color: yellow;
    font-size: 50px;
    text-align: left;
}
h2 {
    font-family: 'calibri', sans-serif;
    color: rgb(10, 10, 10);
    font-size: 50px;
    text-align: center;
}
h3 {
    font-family: 'calibri', sans-serif;
    color: rgb(10, 10, 10);
    font-size: 30px;
    text-align: center;
}
h4 {
    font-family: 'arial', sans-serif;
    display: inline-block;
    background-color: cornflowerblue;
    padding: 5px;
    color: white;
}
h5 {
    font-family: 'arial', sans-serif;
    color: rgb(241, 241, 238);
    font-size: 30px;
    text-align: left;
}
h6 {
    font-family: 'arial', sans-serif;
    color: rgb(8, 8, 7);
    font-size: 30px;
    text-align: center;
}
.italic-text {
    font-style: italic;
}
.arial-text{
    font-family: 'Titillium Web', sans-serif;
    /* Anda dapat menambahkan gaya lain di sini, misalnya ukuran font, warna, dll. */
    font-size: 14px;
    color: #fdfcfc;
}
.jumbotron {
    background-color: rgb(94, 111, 209);
    padding: 50px 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    
}
.jumbotron img {
    width: 400px;
    margin: 30px;
}
.jumbotron h3 , p {
    font-family: 'arial', sans-serif;
    font-size: 11px;
    color:white ;
}
.main-container {
    flex-direction: row;
    display: flex;
    justify-content: center;
}
.package-container {
    font-family: 'dotum', sans-serif;
    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;
}

button {
    background-color: #5fc8f5;
    padding: 10px;
    color: white;
    border-radius: 10px;
    border: none;
}
.left{
    margin-left: 60%;
}

table,th,td,tr,td {
    font-family: 'arial', sans-serif;
    border: 1px solid black;
    border-collapse: collapse;
    padding: 10px;
}
th{
    font-family: 'arial', sans-serif;
    background-color: rgb(94, 111, 209);
    color: white;
}
.table {
    display: flex;
    justify-content: center;
    text-align: center;
}
.table img{
    width: 200px;
}
        
header {
    background-color: rgb(94, 111, 209);
    color: white;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 50px;
    display: flex;
}
.header-title{
    text-align: left;
    color: white;
    margin: 14px;
    font-size: 18px;
}

nav {
    position: absolute;
    right: 0;
    display: flex;
}
a {
    font-family: 'arial', sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: white;
    float: left;
    padding: 12px;
}

footer {
    color: white;
    text-align: center;
    background-color: rgb(94, 111, 209);
    padding: 10px;
    margin-top: 50px;
}

a:hover {
    color:black;
}
button:hover {
    cursor: pointer;
    background-color: #2EC1AC;
}
body {
    margin: 0%;
}
.formcontainer{
    text-align: center;
}
.formcontainer img{
    width: 300px;
}

.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{
    font-family: 'arial', sans-serif;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

select{
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 3px;
}

.about{
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5%;
    text-align: center;
}

.about h1{
    text-align: center;
    color: rgb(153, 170, 245);
}

.about h3{
    color: black;
    font-size: 30px;
}

.about p{
    color: black;
    font-size: 20px;
}

.title {
    text-align: center;
    color: navy;
}