.contact-form {
  box-shadow: var(--box-shadow);
  border-radius: 7px;
  background: var(--bg-light);
  max-width: 800px;
  margin: 5px auto;
  padding: 15px;
  width: 100%;
  border-radius: 5px; }
  .contact-form h1, .contact-form h2, .contact-form h3, .contact-form h4, .contact-form h5, .contact-form h6 {
    color: var(--colored-headings-color); }
  @media (min-width: 576px) {
    .contact-form {
      margin: 30px auto; } }
  .contact-form button {
    margin-top: 30px; }

.fieldset {
  margin: 10px 0; }

.reply-to-note {
  margin: 10px 0;
  color: var(--label-color); }

.website-field {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.return-link {
  margin: 5px 0;
  display: block;
  text-align: center; }

.textarea-message.fieldset textarea {
  min-height: 200px; }
