body {
  margin: 0;
  padding: 0;
  background-color: #0d0b1d;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  text-align: center;
}

.container {
  max-width: 700px;
  padding: 20px;
}

.logo {
  width: 80%;
  max-width: 320px;
  margin-bottom: 40px;
}

h1 {
  font-size: 22px;
  margin-bottom: 20px;
}

p {
  font-size: 1.2rem;
  margin-bottom: 12px;
  color: #dcdcdc;
}

.highlight {
  color: #f05a28;
  font-weight: 600;
  margin-top: 20px;
}

#countdown {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
  font-size: 24px;
}

#countdown div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#countdown span {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
}

#countdown small {
  font-size: 0.875rem;
  color: #999;
}

footer {
  margin-top: 40px;
  font-size: 0.875rem;
  color: #888;
}
