body {
    background-color: #DEDCDC;
}
.container {
    width: 80%;
    background-color: white;
    margin:  0 auto;
}
.logo {
    padding: 20px;
    justify-content: center;
    display: flex;
}
.header-image {
    display: flex;
    justify-content: center; /* Pusatkan gambar */
}
.header-image img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    padding: 20px;
}
.description{
    padding: 0px 30px 30px 30px;
}
.penting {
    color: red;
    font-weight: bold;
    text-decoration: underline;
    font-style: italic ;
    font-size: 15pt;
}
.footer {
    color: white;
    padding: 10px 10px 10px 10px;
    background-color: #00407d;
}
a {
    text-decoration: none;
}
.footer a {
    color: white;
    text-decoration: none;
}
.table-content {
    padding: 0px 30px 30px 30px;
    display: flex;
    justify-content: center; /* Pusatkan gambar */
}
table tr td{
    border: 1px solid black;
    padding: 10px;
    text-align: center;
}
th {
    background-color: #00407d;
    padding: 20px;
    font-size: 15pt;
    color: #fff;
}
.pt {
    text-align: left;
}
.header-name {
    color: #082eda;
    font-weight: bold;
    font-size: 20pt;
}