body,
html {
  height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f0f0f0;
  color: #333;
}

.container {
  text-align: center;
  background: white;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
  margin: 0 0 20px;
  font-size: 2.5em;
}

p {
  font-size: 1.2em;
  margin: 10px 0;
}

a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  width: 250px;
  margin-bottom: 10px;
}

#countdown {
  margin-top: 20px;
  font-size: 1.5em;
  font-weight: bold;
}
