body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.coming-soon {
  text-align: center;
}

.logo {
  width: 500px;
  max-width: 90%;
  margin-bottom: 20px;
}

.message h3 {
  font-size: 24px;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}

.message p {
  font-size: 18px;
  color: #555;
}
