/* Contact Page */

.contact_container {
  display: block;
  width: 60%;

  margin-top: 10em;
  margin-bottom: 3em;
  margin-right: auto;
  margin-left: auto;

  user-select: none;
}

.contact_container h1 {
  letter-spacing: 0.05em;
}

.contact_container p {
  margin-top: 2em;
  text-align: justify;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.contact_container svg {
  justify-content: center;
  justify-items: center;
  align-items: center;
}

.contact_link {
  color: #c0904e;
  text-decoration: none;
}

.contact_well {
  color: #c0904e;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.2em;
  text-decoration: none;
}
