.cursor{position:absolute;width:15px;height:15px;border:2px solid rgba(255,255,255,.8);border-radius:50%;pointer-events:none;transform:translate(-50%,-50%);transition:width .2s ease-in-out,height .2s ease-in-out,transform .1s ease-out,background-color .3s ease-out,border .3s ease-out;z-index:9999}.cursor.hovered{width:80px;height:80px;border:none;background:#9acd32;mix-blend-mode:difference}.cursor.text-hover{width:80px;height:80px;background:#fff;border-radius:100%;mix-blend-mode:difference}@media (max-width: 768px){.cursor{display:none}}
