.stopwatch__base{background-color:#d3d3d3;height:100vh}.stopwatch__lap,.stopwatch__lap-time{display:flex;flex-direction:row;justify-content:center;align-items:center;justify-content:space-between;width:100%}.stopwatch__lap{text-align:right;font-size:4vw;height:50px;border-bottom:1px solid #fff;margin:15px;width:100%;justify-content:center}.stopwatch__time{text-align:center;font-size:10vw}.stopwatch__controlsContainer{margin-bottom:100px}.stopwatch__control{display:flex;flex-direction:row;justify-content:center;align-items:center;color:#fff;background-color:#d7a04e;border-radius:100%;text-align:center;font-size:2.5vw;cursor:pointer;width:100px;height:100px}.stopwatch__control:active{background-color:#fff;color:#d7a04e}.stopwatch__laps{max-height:270px;overflow-y:scroll;display:flex;flex-direction:column;justify-content:center;align-items:center}.stopwatch__laptimetitle{font-size:1.5em;float:left}.stopwatch__laptime{font-size:2em;float:right}.stopwatch__control-row{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:20px;margin-bottom:20px}
