body {
    font-family: 'Bebas Neue', sans-serif;
    background-color: #272860;
    color: white;
}
a{
    text-decoration: none;
    
}
.navbar-blue{
  background-color: white;

}
@media (max-width: 768px) {
    .carousel-item img {
      max-height: 200px; /* Sesuaikan untuk layar kecil */
    }
  }
.btn-custom{
  background-color: #272860 !important;
    color: white !important;
    border: none !important;
}
.btn-custom2{
  background-color: #f84e01 !important;
    color: white !important;
    border: none !important;
}
.btn-custom:hover {
  color: blue !important; /* Warna saat di-hover */
}
.btn-custom2:hover {
  color: blue !important; /* Warna saat di-hover */
}

