body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: #f4f4f4;
  color: #333;
}

.coming-soon-container {
  text-align: center;
}

.coming-soon-container h1 {
  font-size: 2.5em;
  margin-bottom: 0.5em;
  color: #0056b3;
}

.coming-soon-container p {
  font-size: 1.2em;
  margin-bottom: 1em;
}

.info-link a {
  text-decoration: none;
  color: #0056b3;
  font-weight: bold;
}

.info-link a:hover {
  text-decoration: underline;
}
