.cursor{
    height: 30px;
    width: 30px;
    background-color: rgba(32, 32, 32, 0.07);
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 50px;
    pointer-events: none;
    z-index: 1;
    transform: translate(-50%,-50%);

    box-shadow: 0px 0px 6px 4px rgba(211, 198, 198, 0.8);
    transition: all 100ms cubic-bezier(0.23, 1, 0.320, 1);

    transform: scale(1);
}



/* .cursor-dot {
    position: absolute;
    width: 20px; 
    height: 20px;
    background-color: black;
    border-radius: 50%;
    pointer-events: none;
    
  } */

/* .cursor-dot{
    transition: all ease-in-out;
    transition-duration: 1000ms;
} */
