body{justify-content:center;align-items:center;height:100vh;margin:auto;display:flex}.stopwatch{border:1vmin dotted #000;border-radius:50%;width:80vmin;height:80vmin;position:relative}@keyframes rotate-minutes{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotate-seconds{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.stopwatch__minutes-hand,.stopwatch__seconds-hand,.stopwatch__center{position:absolute;bottom:50%;left:50%}.stopwatch__minutes-hand{transform-origin:bottom;background-color:#0700ff;width:3vmin;height:20vmin;margin-left:-1.5vmin;animation:3600s steps(60,end) infinite rotate-minutes}.stopwatch__seconds-hand{transform-origin:bottom;background-color:#2c8000;width:1.5vmin;height:38vmin;margin-left:-.75vmin;animation:60s linear infinite rotate-seconds}.stopwatch__center{background-color:#f6a603;border-radius:50%;width:5vmin;height:5vmin;transform:translate(-50%,50%)}.stopwatch--speed-up .stopwatch__seconds-hand{animation-duration:10s}.stopwatch--speed-up .stopwatch__minutes-hand{animation-duration:600s}
/*# sourceMappingURL=index.a23cd026.css.map */
