body,
html {
  height: 100%;
  margin: 0;
  background-color: lightgray;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
}
@media (max-width: 600px) {
  body,
  html {
    height: 100%;
    margin: 0;
    background-color: lightgray;
  }
}
.bgimg {
  background-image: url("../images/amin-hasani-kcwt_DtYQC8-unsplash.jpg");
  background-size: cover;
  background-repeat: no-repeat, repeat;
  height: 100%;
  margin: 0;
}
.soon a {
  text-decoration: none;
}
.soon,
h1 p {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
@media (max-width: 600px) {
  .soon,
  h1 p {
    text-align: center;
    transform: none;
    top: 50%;
    left: 0%;
  }
}
