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