@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}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{box-sizing:border-box;transform-origin:bottom;background-color:#0700ff;width:3vmin;height:20vmin;animation:3600s steps(60,end) infinite rotation;position:absolute;bottom:50%;left:calc(50% - 1.5vmin)}.stopwatch__seconds{box-sizing:border-box;transform-origin:bottom;background-color:#2c8000;width:1.5vmin;height:38vmin;animation:60s linear infinite rotation;position:absolute;bottom:50%;left:calc(50% - .75vmin)}.stopwatch__center{box-sizing:border-box;background-color:#f6a603;border-radius:50%;width:5vmin;height:5vmin;position:absolute;bottom:calc(50% - 2.5vmin);left:calc(50% - 2.5vmin)}.stopwatch--speed-up .stopwatch__minutes{animation:600s steps(60,end) infinite rotation}.stopwatch--speed-up .stopwatch__seconds{animation:10s linear infinite rotation}
/*# sourceMappingURL=index.07eba711.css.map */
