body {
    background-image: url(media/Landing-Page/bg-landing.jpg);
    background-size: cover;
}

#logo {
    font-family: 'ADLaM Display', cursive;
    color: green;
}

.profile-area {
    padding: 2rem 1rem;
}

#card-pf {
    overflow: hidden;
}

.img-slider {
    height: 400px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    width: 600px;
}

.img-slider img {
    position: absolute;
    width: 100%;
    height: 400px;
    object-fit: cover; /* Memastikan gambar memenuhi seluruh ruang tanpa distorsi */
}

.main-text {
    padding: 30px 0;
}

.main-text h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    margin: 0 0 20px;
    text-align: center;
}

.main-text h5 {
    font-family: 'Shantell Sans', cursive;
    padding: 0 35px;
}

#footer {
    background-color: black;
    font-size:medium;
    margin-bottom: -20px;
}

/* DESKTOP Ver. */
@media (min-width: 992px) {
}