/* v5: non-destructive contact polish. Keep the React contact form visible. */
#contact,
section[id="contact"],
[id="contact"] {
  scroll-margin-top: 7rem;
}

#contact form,
section[id="contact"] form,
[id="contact"] form {
  text-align: left;
}
