.cursor {
    position: fixed;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background-color: whitesmoke;
    z-index: 10000;
    margin-left: -8px;
    margin-top: -8px;
    backdrop-filter: grayscale(1);
    mix-blend-mode:exclusion;
    pointer-events: none;
    transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0);
}