.custom-cursor{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100px;height:100px;background:#cd474b;border-radius:50%;pointer-events:none;z-index:1000;transform:scale(0);transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.custom-cursor span{display:block;text-align:center;font-size:16px;color:white;line-height:1.2;padding:10px}.hover-cursor:hover{cursor:none}