/* ---- CONTACT PAGE ---- */

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.contact-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: calc(var(--nav-height) + 40px) 24px 80px;
  width: 100%;
}

.contact-wrapper .form-card {
  max-width: 560px;
}

.form-card textarea {
  resize: vertical;
  min-height: 140px;
}
