body {
    font-family: "Nunito", sans-serif;
}

/* style navbar */
.lg {
    width: fit-content;
    border-radius: 7px;
    font-weight: bold;
    padding-top: 8px;
}

.lg:hover {
    background-color: #25d366;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.navbar {
    background-color: #e85a0c;
}

/* style detail berita */
.jdl {
    padding-top: 50px;
    font-weight: 900;
}

.tgl {
    color: #636363;
    padding-top: 15px;
    font-size: 20px;
}

.desc {
    padding-top: 20px;
    font-size: 14px;
    text-align: justify;
}

/* style footer */
footer {
    background-color: #092f3c;
    color: white;
    height: 550px;
}

footer .fa-brands {
    margin-top: 20px;
    margin-right: 15px;
    font-size: 28px;
    color: #fff;
}

footer .fa-brands:hover {
    color: #000000;
}

/* ------------------------------------------------- */
/* CSS DESKTOP VERSION */
@media (min-width: 992px) {

    /* style detail berita */
    .gbr {
        margin-top: 30px;
    }

    .desc {
        padding-top: 40px;
        font-size: 24px;
    }

    /* style footer */
    footer {
        background-color: #092f3c;
        color: white;
        height: 400px;
    }
}