#aurora-scene {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
    mix-blend-mode: overlay;
    opacity: 45%;
}

#aurora-beams-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-image: linear-gradient(to bottom, black 0%, black 40%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 0%, black 40%, transparent 100%);
}

.aurora-beam {
    position: absolute;
    width: 0;
    height: 130%;
    top: -15%;
    transform-origin: top center;
    will-change: transform, left;
}
