.wip {
  height: 90%;
  display: block;
  text-align: center;
  aspect-ratio: 1920/1080;
  background-image: url("../src/img/smalSparks.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5%;
}
.wip-text-block {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #a8a7a944;
  box-shadow: 0 0 200px #a8a7a999;
  width: fit-content;
  padding: 150px 50px;
  border-radius: 100vw;
}
.wip-text-block > * {
  color: #a8a7a9;
}
.wip-text-block > h1 {
  font-size: 6rem;
  padding-bottom: 50px;
}
.wip-text-block > p {
  font-size: 2.5rem;
}

@media only screen and (max-width: 1200px) {
  .wip {
    height: 100%;
    margin: 0;
    aspect-ratio: unset;
    background-position: center;
    background-size: 175%;
  }
}
