body {
  background-color: #0f0f0f;
  color: #ff4d4d;
  font-family: 'Courier New', monospace;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

.container {
  text-align: center;
}

#zudo-timer {
  font-size: 2rem;
  margin-top: 10px;
}