html {
    height: 100%;
}

body {
    min-height: 100%;
    background: radial-gradient(
            circle at 0 15%,
            #fff 0, #fff 45%,
            #eee 45%, #eee 50%,
            #333 50%, #333 52.5%,
            #16654f 52.5%
    ) #fff fixed;
    overflow-y: scroll;
}

.bg-white-frost {
    background-color: #fffc;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.nav-underline .nav-link.active {
    font-weight: normal !important;
}