.background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100dvw;
    height: 100dvh;
    filter: blur(.5rem) drop-shadow(white 0 0 2rem);

    opacity: .2;
}