body {
  font-family: sans-serif;
  background-color: grey;
}

.main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 96vh;
  text-align: center;
}

h1 {
  height: 5vh;
  line-height: 100%;
  font-size: 5vh;
  margin: 0;
}

h3 {
  height: 6vh;
  line-height: 3vh;
  font-size: 3vh;
}

.lightAndScoreZone {
  height: 80vh;
  display: flex;
  flex-direction: row;
}

.lightZone {
  height: 100%;
  width: 100vh;
}

.scoreZone {
  height: 100%;
  width: 30vh;
  margin-left: 1vw;
}

.row {
  height: 20vh;
  width: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.space {
  width: 20vh;
}

.disc {
  background-color: white;
  height: 90%;
  width: 90%;
  border-radius: 50%;
}

.scoreZoneSlot {
  width: 100%;
  height: 20vh;
  font-size: 3vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#scoreLabel, #timeLabel {
  height: 4vh;
  width: 100%;
  line-height: 4vh;
  font-size: 4vh;
  color: white;
}

#scoreValue, #timeValue {
  height: 16vh;
  width: 100%;
  line-height: 16vh;
  font-size: 16vh;
  color: white;
}

#bestLabel {
  height: 3vh;
  width: 100%;
  line-height: 3vh;
  font-size: 3vh;
  color: silver;
}

#bestValue {
  height: 12vh;
  width: 100%;
  line-height: 12vh;
  font-size: 12vh;
  color: silver;
}

button {
  font-size: 3vh;
  height: 6vh;
  width: 9vw;
  border-radius: 0;
  border: 0;
}
