.angie-cursor-follower {
    position: fixed;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 50%;
    pointer-events: none;
    z-index: 999999;
    mix-blend-mode: difference;
    transform: translate(-50%, -50%);
    will-change: transform;
    display: none;
}

@media (pointer: coarse) {
    .angie-cursor-follower {
        display: none !important;
    }
}
