.spark {
    position: absolute;
    border-radius: 100%;
    scale: 1;
    z-index: 99999;
}

.spark .spark-glow {
    width: 200%;
    height: 200%;
    transform: translate(-25%, -25%);
    background-color: inherit;
    border-radius: 100%;
    filter: blur(8px) brightness(1.5);
    z-index: 99999;
}