.stopwatch{--stopwatch-speed:60s;border:1vmin dotted #000;border-radius:50%;justify-content:center;align-items:center;width:80vmin;height:80vmin;display:flex;position:relative}.stopwatch--speed-up{--stopwatch-speed:10s}.stopwatch__middle-circle{z-index:10;background-color:#f6a603;border-radius:50%;width:5vmin;height:5vmin}.stopwatch__minute-hand{transform-origin:bottom;animation:rotate-full calc(var(--stopwatch-speed)*60)steps(60)infinite;background-color:#0700ff;width:3vmin;height:20vmin;margin-top:-1.5vmin;position:absolute;bottom:50%}.stopwatch__second-hand{transform-origin:bottom;animation:rotate-full var(--stopwatch-speed)infinite linear;background-color:#2c8000;width:1.5vmin;height:38vmin;margin-top:-.75vmin;position:absolute;bottom:50%}@keyframes rotate-full{0%{transform:rotate(0)}to{transform:rotate(360deg)}}html,body{box-sizing:border-box;margin:0;padding:0}.main{justify-content:center;align-items:center;min-height:100vh;display:flex}
/*# sourceMappingURL=index.cf0f5396.css.map */
