.background-standard-light {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;

    background-color: #000000;
    background: conic-gradient(from 63.64deg at 40.11% 47.78%, #0E83C4 -54.4deg, #64E19C 4.72deg, #5024EB 36.13deg, #8E26ED 80.45deg, #0E9AC3 170.63deg, #0E83C4 305.6deg, #64E19C 364.72deg);
    mix-blend-mode: normal;
    filter: blur(50px);
    /* transform: scale(1.1); */
}
.background-standard-light-bg {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;

    background-color: #000000;
    background: conic-gradient(from 63.64deg at 40.11% 47.78%, #0E83C4 -54.4deg, #64E19C 4.72deg, #5024EB 36.13deg, #8E26ED 80.45deg, #0E9AC3 170.63deg, #0E83C4 305.6deg, #64E19C 364.72deg);
    mix-blend-mode: normal;
    /* transform: scale(1.1); */
}
