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

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

.logo {
  max-width: 120px;
  margin-bottom: 20px;
}

h1 {
  font-size: 32px;
  color: #333;
}

p {
  font-size: 18px;
  color: #666;
}

.contact a {
  color: #0077cc;
  text-decoration: none;
}

#countdown {
  margin-top: 20px;
  font-size: 20px;
  color: #444;
}
