body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Segoe UI', sans-serif;
  background: #f9f9f9;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.coming-soon-container {
  padding: 20px;
}

h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}

p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.home-link {
  font-size: 1rem;
  color: #007BFF;
  text-decoration: none;
}

.home-link:hover {
  text-decoration: underline;
}

