body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.jumbotron {
    /* Menambahkan kembali properti background dengan path ke file lokal */
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('./Picsart_25-09-20_23-52-25-484.jpg');
    
    background-size: cover;
    background-position: center center;
    padding: 8rem 2rem;
    margin-bottom: 0;
    border-radius: 0;
}

.card-img-top {
    height: 350px;
    object-fit: cover;
}

/* HAL HAL CUSTOM */
.bg-custom-color-hijau {
    background-color: #96A78D; /* Ganti kode warna ungu ini sesuai keinginan */
}
.bg-custom-color-hijau-muda {
    background-color: #B6CEB4; /* Ganti kode warna ungu ini sesuai keinginan */
}
.custom-text-color{
    color: #D9E9CF;
}
.btn-outline-custom {
    border-color: aqua;
}