html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.under-construction-image {
  background-image: url("/img/1200px-Downtown_Calgary_2020-3.webp");
  background-size: cover;
  background-position: center;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.under-construction-container {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-wrap: wrap;
  font-family: "Fira Code", monospace;
  height: 100%;
  position: absolute;
  width: 100%;
}

.under-construction-container h1 {
  color: #fff;
  font-size: 7rem;
  margin: 0.5em auto auto;
  padding: 0;
  text-align: center;
}

.under-construction-container h3 {
  color: #fff;
  font-size: 3rem;
  margin: auto auto 0.5em;
  padding: 0;
  text-align: center;
  width: 100%;
}

.muted-red {
  color: #ff6060;
}

@media only screen and (max-width: 808px) {
  .under-construction-container h1 {
    font-size: 2.5rem;
  }

  .under-construction-container h3 {
    font-size: 1rem;
  }
}
