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

.coming-soon-container {
  text-align: center;
  padding: 20px;
  border: 2px solid #333;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 600px; /* Moderate container width */
  width: 100%;
  margin: 0 auto;
}

.logo {
  max-width: 75%; /* Increase logo size within the narrower frame */
  height: auto;
  margin-bottom: 20px;
}

h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
}

p {
  font-size: 1.2em;
  margin: 0;
}
