body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;cursor:none!important}#custom-cursor{position:fixed;left:0;top:0;width:40px;height:40px;pointer-events:none;background-image:url(/cursor2.png);background-color:transparent;transform:translate(-50%,-50%);z-index:9999;animation:cursorPulse 1s infinite alternate;transition:box-shadow .2s,background .2s}#custom-cursor.clicked{animation:cursorClick .3s}.cursor-gif-overlay{position:fixed;left:0;top:0;width:60px;height:60px;pointer-events:none;background-image:url(/splash1.gif);background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(-50%,-110%);z-index:10000}@keyframes cursorClick{0%{transform:translate(-50%,-50%) scale(1);opacity:1}50%{transform:translate(-50%,-50%) scale(1.5);opacity:.8}to{transform:translate(-50%,-50%) scale(1);opacity:1}}@keyframes cursorPulse{0%{transform:translate(-50%,-50%) scale(1);opacity:1}to{transform:translate(-50%,-50%) scale(1.2);opacity:.7}}
