#countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30vh;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  background-color: #5DD6E0;
}

#countdown span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0.5rem;
}

#countdown span.time {
  font-size: 3rem;
  font-weight: bold;
  color: #333;
}

#countdown span.label {
  font-size: 1rem;
  color: #888;
}

#vid-countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30vh;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  background-color: #6DD6B5;
}

#vid-countdown span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0.5rem;
}

#vid-countdown span.time {
  font-size: 3rem;
  font-weight: bold;
  color: #333;
}

#vid-countdown span.label {
  font-size: 1rem;
  color: #888;
}