@font-face {
    font-family: 'Tungsten';
    src: url(assets/font/561f38b1f4570de0fb8a39d691ab058c.ttf);
}

body {
    background-color: black;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.eskul-terdaftar {
    font-family: 'Tungsten';
    color: #FFF;
    font-size: 80px;
    margin-top: 5rem;
}

.nav-page {
    font-size: 20px !important;
}

.bg-card {
    background-color: rgba(0, 0, 0, 0.685);
    box-shadow: 3px 15px 25px 10px #111;
    border: none;
    opacity: 80%;
    border-radius: 5px;
}

.judul-card {
    font-family: 'Tungsten'; color: #FF4655; font-size: 50px;
    opacity: 100%;
}

.card-img-top {
    padding: 10px;
    height: 335px;
    object-fit: cover;
    filter: brightness(70%);
}

.p {
    max-width: 100%;
    width: 60%;
    padding: 1rem 3rem;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.judul {
    gap: 2rem;
    margin-bottom: 2rem;
    width: 100%;
}

.judul img {
    width: 60px;
    height: 60px;
}

@media only screen and (max-width: 768px) {
    .eskul-terdaftar {
        font-size: 48px;
    }

    .card-img-top {
        height: 205px;
    }

    .judul-card {
        font-size: 38px;
    }

    .p {
        padding: 0.5rem 1rem;
        font-size: 16px;
        width: 70%;
        font-weight: 500;
    }
}
@media only screen and (max-width: 426px) {
    .eskul-terdaftar {
        font-size: 44px;
    }

    .card-img-top {
        height: 155px;
    }

    .judul-card {
        font-size: 32px;
    }

    .p {
        padding: 0.5rem 1rem;
        font-size: 12px;
        width: 100%;
        font-weight: 500;
    }
}

@media only screen and (max-width: 426px) {
    .col-6 {
        width: 100%;
    }
    
    .eskul-terdaftar {
        font-size: 34px;
    }
}