.contact-form {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  justify-content: space-between;

  textarea {
    resize: none;
    box-sizing: border-box;
    height: 4rem;
  }

  label {
    font-size: 1rem;
    letter-spacing: .05rem;
  }
}

.contact-form-section {
  width: 100%;
  display: flex;
  flex-direction: column;
}

#contact-form-submit-btn {
  max-width: 12rem;
}
