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