/* smooth dot cursor */

.cursor-dot{
position:fixed;
top:0;
left:0;

width:6px;
height:6px;

background:#68BD46;

border-radius:50%;

pointer-events:none;

z-index:9999;

transform:translate(-50%,-50%);
}