.custom-cursor-element{position:fixed;left:0;top:0;pointer-events:none;transform:translate(-50%,-50%);border-radius:50%;background-color:rgba(100,100,100,.5);transition:width .2s ease-in-out,height .2s ease-in-out,background-color .2s ease-in-out;will-change:transform,width,height,background-color;z-index:99999}