#shadow-cursor {
    position: fixed;
    top: 50px;
    left: 50px;
    width: 0px;
    height: 0px;
    z-index: -1;  
    background: none;
    box-shadow: 0 0 600px 60px var(--background-color) !important; 
}