#smooth-cursor-dot {
    position: fixed;
    border-radius: 50%;
    pointer-events: none;
    z-index: 999999;
    background: black;
    transform: translate(-50%, -50%);
    will-change: transform, width, height;
    transition: width 0.15s ease, height 0.15s ease;
}