body { cursor: none; } .custom-cursor { position: fixed; width: 50px; height: 50px; background: rgba(255, 255, 255, 0.8); border-radius: 50%; z-index: 9999; mix-blend-mode: difference; pointer-events: none; transform: translate(-50%, -50%); transition: transform 0.1s linear; }