body {
  background-color: #d8d8d8;
  height: 101vh;
}

.contact-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: EricaType;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: -0.25px;
  text-align: center;
  color: #000000;
}

.navigator-opener {
  position: absolute;
  top: 16px;
  right: 17px;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  color: #3a3a3a;
}
