.body{background-color:#f0f0f0;justify-content:center;align-items:center;height:100px;margin:0;display:flex}.coin{background-color:#d4af37;background-image:radial-gradient(circle at 50% 120%,#ffffff80 0%,#fff0 80%);border-radius:50%;width:100px;height:100px;animation:1s infinite flip;position:relative;box-shadow:inset 0 0 5px #0000004d}.engraving{color:#00000080;text-shadow:1px 1px 1px #ffffff80;font-size:50px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes flip{0%{transform:rotateY(0)}50%{transform:rotateY(180deg)}to{transform:rotateY(360deg)}}@media (prefers-reduced-motion:reduce){.coin{animation:none}}@media (max-width:600px){.coin{width:80px;height:80px}.engraving{font-size:40px}}@media (max-width:400px){.coin{width:60px;height:60px}.engraving{font-size:30px}}@media (max-width:300px){.coin{width:50px;height:50px}.engraving{font-size:20px}}@media (max-width:200px){.coin{width:40px;height:40px}.engraving{font-size:15px}}@media (max-width:100px){.coin{width:30px;height:30px}.engraving{font-size:10px}}
