#blurs {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -3;
    transform: translate(0, -25%);
    transition: transform 1.25s ease;
}

#grid {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    transform: scale(1.0625);
    filter: blur(5px);
    transition: all 1.25s ease;
}

#symbols {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scale(1.125);
    filter: blur(10px);
    transition: all 2s ease;
}

#symbols>svg {
}

#flares {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: translate(0, -12.5%);
    transition: transform 0.75s ease;
}

#flares>svg {
    position: absolute;
    /* outline: 2px solid yellow; */
}