.page{font-family:sans-serif}.page__body{justify-content:center;align-items:center;width:100vw;height:100vh;margin:0;display:flex}.stopwatch{border:1vmin dotted #000;border-radius:50%;width:80vmin;height:80vmin;position:relative}.stopwatch__hand{transform-origin:top;position:absolute;transform:rotate(-180deg)}.stopwatch__center{z-index:1;background-color:#f6a603;border-radius:50%;width:5vmin;height:5vmin;position:absolute;top:37.5vmin;left:37.5vmin}.stopwatch__hand--second{background-color:#2c8000;width:1.5vmin;height:38vmin;animation-name:stopwatch-hands-rotation;animation-duration:60s;animation-timing-function:linear;animation-iteration-count:infinite;top:40vmin;left:39.25vmin}.stopwatch__hand--minute{background-color:#0700ff;width:3vmin;height:20vmin;animation-name:stopwatch-hands-rotation;animation-duration:3600s;animation-timing-function:steps(60,end);animation-iteration-count:infinite;top:40vmin;left:38.5vmin}.stopwatch--speed-up .stopwatch__hand--second{animation:10s linear infinite stopwatch-hands-rotation}.stopwatch--speed-up .stopwatch__hand--minute{animation:600s steps(60,end) infinite stopwatch-hands-rotation}@keyframes stopwatch-hands-rotation{0%{transform:rotate(-180deg)}to{transform:rotate(180deg)}}
/*# sourceMappingURL=index.886a713e.css.map */
