body {
  background-color: #121212;
  color: #ffffff;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

.contain {
  text-align: center;
  width: 80%;
}

.scorecard,
.timer {
  background-color: #000000AA;
  border-radius: 3vw;
  margin: 10px;
  padding: 10px;
  text-align: center;
}

.scoreboard{
  margin: 10px;
}

#timer {
  font-size: 28vw;
  line-height: 25vw;
}

button{
  margin: 10px 5px;
  text-transform: uppercase;
  font-size: 3vh !important;
}

button:hover {
  background-color: #555;
}

.team{
  font-size: 5vw;
  line-height: 5vw;
  width: 100%;
}

.score {
  font-size: 12vw;
  line-height: 10vw;
}
