body,
html {
  height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  background: #333;
  /* example background color */
  color: #fff;
  /* text color */
}

.coming-soon-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

h1 {
  font-size: 48px;
  margin: 0;
}

p {
  font-size: 24px;
}

a {
  color: #fff;
}

/* You might add additional styling or responsiveness as needed. */