/* Ensure page is scrollable and fits tall footers */
html, body {
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #ECE6E6;
}

.contact-main, .contact-center {
  box-sizing: border-box;
}

.contact-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6.25vw 0;
  gap: 1.25vw;
  width: 100vw;
  height: 100vh;
  background: #ECE6E6;
  border-radius: 0px;
  align-self: stretch;
  flex-grow: 0;
}

.contact-center {
  width: 80%;
  max-width: 1680px;
  padding: 0 6.25vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-title {
  font-family: 'Space Mono', monospace;
  font-style: normal;
  font-weight: 400;
  font-size: 3.33vw;
  line-height: 4.95vw;
  letter-spacing: -0.03em;
  color: #166874;
  text-align: center;
  margin: 0 auto 1.25vw auto;
  align-self: center;
}

.contact-description {
  font-family: 'Helvetica', Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.46vw;
  color: #166874;
  text-align: center;
  margin: 0 auto 0.94vw auto;
  align-self: center;
}

.contact-email {
  font-family: 'Helvetica', Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.46vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
