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 produk */
.gmbr {
    margin-top: 50px;
}

.jdl {
    padding-top: 20px;
    font-weight: 900;
}

.hrg {
    font-weight: bold;
    color: #e85a0c;
    font-size: 25px;
}

.desc {
    font-size: 18px;
    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) {
    .jdl {
        padding-top: 50px;
        font-weight: 900;
    }

    .desc {
        font-size: 24px;
        text-align: justify;
    }

    .deskrip {
        padding-left: 50px;
    }

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