body {
  background-color: #ffffff;
}
.container {
  width: 100%;
  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: #7bb8f1;
  padding: 20px;
  font-size: 15pt;
  color: #fff;
}
.pt {
  text-align: left;
}
.header-name {
  color: #082eda;
  font-weight: bold;
  font-size: 20pt;
}
.jumbotron {
  padding-top: 2rem;
  background-color: rgb(115, 178, 241);
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.cold-md-4 {
  width: 33.3333333%;
}
.feature_teaser {
  text-align: center;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 30px;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}
.carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}
/* Warna teks header hitam dan rata tengah */
.custom-table thead th {
  color: black !important;
  text-align: center !important;
  font-weight: bold; /* Menebalkan teks */
}

/* Pemisah tabel lebih tebal */
.custom-table,
.custom-table th,
.custom-table td {
  border: 2px solid black !important; /* Menebalkan garis */
}

/* Memastikan teks di dalam sel berada di tengah */
.custom-table tbody td {
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 500;
}
