body {
  margin: 0;
  background-color: black;
  color: white;
  font-family: 'Arial Narrow', Bold, sans-serif;
  /* font-family: 'Arial Black', Arial, sans-serif; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  flex-direction: column;
}

#countdown {
  text-align: center;
}

#topText {
  font-size: 2rem;
  margin-bottom: 20px;
}

#dayText {
  font-size: 4rem;
  margin-bottom: 20px;
  font-weight: 900;
}

#timeText {
  font-size: 2rem;
}
