html {
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  color: #00f0b4;
  background-color: #202020;
}

body {
  padding: 0% 1% 1%;
  user-select: none;
}

#top {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40vh;
  flex-direction: column;
}

#info {
  padding: 1vh;
  height: 59vh;
  overflow-y: auto;
  background-color: #303030;
  border-radius: 1em;
}

.b {
  height: 5vh;
  width: 15vw;
  font-size: 2vw;
  background-color: #00f0b4;
  border: none;
  border-radius: 1em;
}

.b:hover {
  background-color: #00ad82;
}

.b:active {
  background-color: #005741;
}

.lapDiv {
  font-family: 'dosis', sans-serif;
  height: 4vh;
  display: flex;
  font-weight: bold;
}

.lapCount {
  font-size: 3vh;
  height: 100%;
  width: 5vw;
  text-align: center;
}

.lapTime {
  font-family: 'cute font', sans-serif;
  font-size: 4vh;
  height: 100%;
  padding-left: 2vw;
  padding-right: 2vw;
}

.lapNameDiv {
  font-size: 3vh;
  height: 100%;
  flex-grow: 2;
}

.lapNameDiv:hover {
  border-bottom: 2px solid #42947f;
}

.lapNameDiv:focus-within {
  border-bottom: 2px solid #00f0b4;
}

input[type=text] {
  font-family: 'dosis', sans-serif;
  background-color: #303030;
  color: #00f0b4;
  width: 98%;
  height: 80%;
  margin-top: 0.2vh;
  font-size: 3vh;
  outline: none;
  border: none;
  resize: none;
}

#buttonBar {
  display: flex;
  justify-content: space-evenly;
  width: 50%;
  height: 5vh;
}

#time {
  font-family: 'cute font', sans-serif;
  font-size: 12vh;
  font-weight: 600;
  margin-bottom: 4vh;
  margin-top: 0vh;
}

.material-symbols-outlined {
  font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}

/** {
  border: 1px solid red;
}*/
