html,
body {
  margin: 0;
}

body {
  width: 100vw;
  display: flex;
  height: 100dvh;
  align-items: center;
  background: #8338ec;
  flex-direction: column;
  justify-content: center;
  font-family: 'Bitcount Prop Single';
}

.countdown {
  display: none;
  color: #ffbe0b;
  text-align: left;
  font-size: 3.75rem;
}

.text {
  margin: 0;
  color: #ffbe0b;
  font-size: 3.75rem;
  visibility: hidden;
}

@media (min-width: 425px) {
  .text,
  .countdown {
    font-size: 5rem;
  }
}

@media (min-width: 768px) {
  .text,
  .countdown {
    font-size: 6rem;
  }
}
