.contact {
  height: 100vh;
  position: relative;
}
.contact .contact_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -10%);
  text-align: center;
}
.contact .contact_container h1 {
  font-size: clamp(1rem, 0.542rem + 2.04vw, 2.375rem);
  margin-bottom: 10vh;
  word-break: keep-all;
}
.contact .contact_container p {
  font-size: clamp(0.75rem, 0.667rem + 0.37vw, 1rem);
  line-height: 1.5;
  word-break: keep-all;
}
.contact .contact_container p a {
  text-decoration: underline;
}
/*# sourceMappingURL=contact.css.map */