body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    /* font-weight: 500; */
    font-style: normal;
    background-color: #fff;
    /* color: #777; */
    overflow-x: hidden;
}

.nav-link {
    font-weight: bolder;
    color: #bf0000;
    text-decoration: none;
}

.navbar-brand img {
    max-height: 60px;
    mix-blend-mode: darken;
}

.nav-item {
    margin: 8px;
}

footer h6 {
    color: black;
    font-weight: 600;
}

@media (max-width: 576px) {
    .fs-sm-6 {
        font-size: 0.75rem !important;
        /* equivalent to Bootstrap fs-6 */
        margin: 0.5rem !important;
        line-height: 1;
    }
}