.cursor{position:fixed;top:0;left:0;border-radius:50%;background-color:#efefef;pointer-events:none;transition:transform .1s ease-out,opacity .1s ease-out;transform:translate(-50%,-50%);opacity:.7;z-index:9999;transition:width .2s,height .2s,opacity .2s}.cursor,.cursor:hover{width:50px;height:50px}.cursor:hover{opacity:1;background-color:#CCFF00!important;animation:cursorExpand .2s forwards}@keyframes cursorExpand{0%{transform:scale(1)}to{transform:scale(1.5)}}