body {
  padding: 0;
  margin: 0;
  background-color: black !important;
  font-family: "Prompt", sans-serif !important;
  color: white !important;
  overflow-x: hidden;
  font-size: 62.5%;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("harvey-robinson-diuMZe77g9I-unsplash.jpg");
  background-position: center center;
  background-size: cover;
}

html {
  height: 100vh;
}

.coming-soon {
  position: relative;
  align-items: center;
  display: flex; /* 1. Make parent a flex container */
  justify-content: center; /* 2. Center horizontally */
  align-items: center; /* 3. Center vertically */
  height: 100vh !important;
  text-align: center;
}

.logo {
  width: 100% !important;
}

.logo img {
  width: 50rem;
}

.soon {
  width: 100%;
}

.soon h1 {
  color: #8b00c0;
  letter-spacing: 2px;
  margin-top: 2rem;
  font-weight: 400;
}
