.cursor-glow{
    position: fixed;
    width: 1000px;
    height: 1000px;
    border-radius: 100%;
    background: radial-gradient(
        circle,
        rgba(16,185,129,0.42) 0%,
        rgba(5,150,105,0.28) 35%,
        transparent 72%
    );

    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 999999;
    filter: blur(300px);
    mix-blend-mode: screen;
}

body{
    overflow-x: hidden;
}
