@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}.hud{position:fixed;z-index:2;width:100vw;height:100vh}.timer{position:fixed;top:95%;left:50%;transform:translate(-50%,-50%);font-size:4rem;color:#fff;width:7ch}h1{color:red;font-size:4rem;position:fixed;text-align:center;width:100%;top:5%;left:50%;transform:translate(-50%,-50%)}.laps{position:fixed;top:5%;left:2%;color:#dddfd3;font-size:1.5rem}.laps .best{display:flex;justify-content:space-between;align-items:center;font-weight:600;border-bottom:1px solid #2b2b2b}.laps .best span{background:#2b2b2b;padding:6px}.laps .best h6{width:100%;padding:10px 50px;height:100%;background:#dddfd3;color:#2b2b2b;border:1px}.laps .title{margin-top:25px;background:#2b2b2b;padding:6px;text-align:center;font-weight:600;color:#dddfd3}.laps .lap{display:flex;justify-content:flex-start;align-items:center;position:relative}.laps .lapcount{background:#2b2b2b;padding:6px;width:45px;text-align:center;font-weight:600;color:#dddfd3;opacity:.8}.laps .time{display:flex;justify-content:center;align-items:center;width:240px;background:#2b2b2b;height:41px}.laps .pbdiff{width:120px;display:flex;justify-content:center;align-items:center;background:#dd3636;height:41px;opacity:.8}.laps .ispb{width:45px;background:#3641dd;opacity:.8;position:absolute;left:100%;height:41px;display:flex;justify-content:center;align-items:center}.laps .pb{background:#3641dd}.laps .even{opacity:.8}
