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