
/*Mouse*/


.cursor {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background-color: white;
    mix-blend-mode: difference;
    position: fixed;
    top: 0;
    left: 0;
    will-change: transform;
    pointer-events: none;
}


