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