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