body {
  margin: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0f172a;
  color: #e5e7eb;
  font-family: system-ui, sans-serif;
}

.container {
  text-align: center;
}

h1 {
  font-size: 5.6em;
  margin-bottom: 7.5rem;
}

h2 {
  font-size: 3.2em;
}

p {
  font-size: 2.1rem;
  opacity: 0.85;
}

.time {
  display: block;
  margin-top: 8rem;
  font-size: 1.4rem;
  opacity: 0.6;
}
