body {
  margin: 0;
  padding: 0;
  background: #000;
  font-family: 'Doto', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.contador {
  font-size: 4rem;
  color: #e53935;
  display: flex;
  gap: 1.5rem;
}
