@keyframes rotate-arrows{0%{transform:rotate(-90deg)}to{transform:rotate(270deg)}}body{margin:0}.main{justify-content:center;align-items:center;min-height:100vh;display:flex}.stopwatch{border:1vmin dotted #000;border-radius:50%;justify-content:center;align-items:center;width:80vmin;height:80vmin;display:flex}.stopwatch__center{z-index:3;background-color:#f6a603;border-radius:50%;width:5vmin;height:5vmin;position:absolute}.stopwatch__arrow-of-sec{z-index:2;transform-origin:0;background-color:#2c8000;width:38vmin;height:1.5vmin;animation-name:rotate-arrows;animation-duration:60s;animation-timing-function:linear;animation-iteration-count:infinite;position:absolute;left:50%}.stopwatch__arrow-of-min{z-index:1;transform-origin:0;background-color:#0700ff;width:20vmin;height:3vmin;animation-name:rotate-arrows;animation-duration:3600s;animation-timing-function:steps(60,end);animation-iteration-count:infinite;position:absolute;left:50%}.stopwatch--speed-up .stopwatch__arrow-of-sec{transform-origin:0;animation-name:rotate-arrows;animation-duration:10s;animation-timing-function:linear;animation-iteration-count:infinite}.stopwatch--speed-up .stopwatch__arrow-of-min{transform-origin:0;animation-name:rotate-arrows;animation-duration:600s;animation-timing-function:steps(60,end);animation-iteration-count:infinite}
/*# sourceMappingURL=index.efc1692d.css.map */
