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