body.image-bg {
    background: #111827;
    background-image: url(../img/flair.svg);
    background-position: top right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: auto;
}

@media only screen and (max-width: 767px) {
    body {
        background: none !important;
    }
}

.footer .links a {
    color: rgba(var(--bs-white), var(--bs-link-opacity, 1));
}