/* Ganti warna teks pada elemen <p> menjadi merah */
.jumbotron h1 {
  font-weight: bold;
}

/* Set tinggi jumbotron menjadi 1000px */
.jumbotron {
  height: 1000px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
}
.button-container {
  justify-content: center;
}
.button-container button {
  width: 100px;
  margin: 0 5px; /* Atur margin sesuai kebutuhan */
}
.custom-hr {
  width: 25%; /* Sesuaikan panjang sesuai kebutuhan */
  margin-top: 0.5rem; /* Sesuaikan margin sesuai kebutuhan */
  margin-bottom: 1rem; /* Sesuaikan margin sesuai kebutuhan */
  border: none;
  border-top: 3px solid black !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.main-footer {
  background-color: #467db0;
  width: 100%;
  margin-top: 20px;
  padding: 10px 0; /* Optional: Tambahkan padding jika diperlukan */
  color: #fff; /* Optional: Ubah warna teks jika diperlukan */
}
.social-icons {
  text-align: right;
}

.social-icons-unmaha {
  text-align: left;
}

.social-icons i,
.social-icons-unmaha i {
  text-decoration: none;
  color: black;
}

.social-icons-unmaha img {
  width: 17px;
  height: auto;
}
