.nav-tabs .nav-link {
    color: var(--bs-light);
}

.nav-tabs .nav-link.active {
    color: var(--bs-primary);
}

body {
    font-family: comicsans;

    /* use font */
}

body:before {
    background-image: url(/s/wallpaper.png) !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: fixed;
    -webkit-filter: blur(0px);
    filter: blur(0px);
}
