*{margin:0 auto;background:#40566b}.stopwatch-container{width:100%;height:100vh;margin:0 auto}.stopwatch-time-display{margin-top:1em;display:flex;justify-content:center;align-items:center;width:250px;height:250px;color:#fff;font-weight:500;background:#40566b;font-size:4em;border:4px solid #90ee90;border-radius:50%}.stopwatch-time-display-animation{-webkit-animation:blink 1.2s ease-in-out infinite;animation:blink 1.2s ease-in-out infinite}@-webkit-keyframes blink{50%{opacity:.1}}@keyframes blink{50%{opacity:.1}}.stopwatch-timemeasure{display:flex;justify-content:stretch;font-size:.3em}.stopwatch-buttons-container{width:90%;margin:.6em auto;text-align:center}.stopwatch-laps{padding:0;text-align:center;width:50%;list-style-type:none}.stopwatch-lap-item{color:#fff;font-size:2em;display:block;position:relative;margin-top:.5em}.stopwatch-lap-item:after{content:"";background:#fff;position:absolute;margin:0 auto;text-align:center;bottom:0;left:30%;height:1px;width:40%;-webkit-transform:scale(1);transform:scale(1);transition:.3s}.stopwatch-lap-item:hover{-webkit-transform:scale(1.05);transform:scale(1.05);cursor:pointer}.stopwatch-lap-item:hover:after{content:"";background:#fff;position:absolute;margin:0 auto;text-align:center;bottom:0;left:25%;height:1px;width:50%;-webkit-transform:scale(1);transform:scale(1);transition:.3s}.default{border:2px solid #fff;border-radius:10px;margin:1em;width:8em;height:3em;color:#fff;font-weight:600;font-size:1em;outline:none;transition:.3s}.default:hover{background:#fff;color:#40566b;cursor:pointer}.clear{background:#f08080}.clear:hover{color:#f08080}.continue{background:#90ee90}.continue:hover{color:#90ee90}.start{background:green}.start:hover{color:green}.reset{background:red}.reset:hover{color:red}
/*# sourceMappingURL=main.76c7e82c.chunk.css.map */