body::before {
    content: ' ';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--bs-body-bg);
    background: none;
    will-change: transform;
    z-index: -1;
}


.bg-primary {
    background-image: none !important;
    background-color: #252f58 !important;
}
