body {
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  font-family: 'Roboto Mono';
}

.bodyfact-bg {
  background-color: #a3d0e2;
  height: 100%;
  position: relative;
}

.bodyfact-img-wrap {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bodyfact-img {
  width: 100%;
  height: auto;
}

.text-wrapper {
  text-align: center;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-wrapper div {
  font-size: 2rem;
  color: #4199d0;
  text-transform: uppercase;
}

.text-wrapper-link {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-wrapper-link a {
  font-size: 1.8rem;
  color: #4199d0;
}

.text-wrapper-link a:hover {
  font-size: 1.8rem;
  color: #fff;
}

@media (max-width: 768px) {
  .bodyfact-img-wrap {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }

  .text-wrapper {
    text-align: center;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }

  .text-wrapper div {
    font-size: 1.5rem;
    color: #4199d0;
    text-transform: uppercase;
  }

  .text-wrapper-link a {
    font-size: 1.2rem;
    color: #4199d0;
  }
}
