.custom-cursor{position:absolute;top:0;left:0;width:30px;height:30px;border:1.5px solid #3498db;border-radius:50%;background-color:transparent;display:flex;align-items:center;justify-content:center;pointer-events:none;transform:translate(-50%,-50%);z-index:9999}.custom-cursor::before{content:'';width:10px;height:10px;background-color:black;border-radius:50%}