.coin.rainbow,.coin:hover{animation:rainbow-coin 1s linear infinite}.coin:not(.rainbow):hover{cursor:grab}@keyframes rainbow-coin{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(360deg)}}@keyframes game-popup{0%{scale:0;rotate:-25deg;opacity:.5}to{scale:1;rotate:0deg;opacity:1}}
