.about {
  max-width: 700px;
  text-align: left;
  padding: 10px;
  line-height: 2;
  font-size: 16px;
  margin: auto;
  left: 0;
  right: 0;
}

.page-title {
  font-size: 2em;
}

.social-divider {
  width: 25%;
}

.socials {
  display: flex;
  gap: 15px;
  align-items: center;
  padding-top: 30px;
  justify-content: center;
}

.socials img {
  width: 32px;
  height: 32px;
}

.contact-form {
  margin-left: 20px;
  width: min(400px, 100%);
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.contact-form-wrap {
  display: flex;
  justify-content: center;
}

.contact-form label {
  color: #ffcc99;
  font-size: 0.85em;
  line-height: 1.2;
}

.back-link {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 28px 0 0 auto;
}

.back-link img {
  display: block;
  max-width: 100%;
  height: auto;
}

.contact-fields {
  height: 30px;
  border-style: none;
  border-bottom: 1px solid white;
}

textarea {
  border-style: none;
  border-bottom: 1px solid white;
}

button {
  cursor: pointer;
  border: 1px solid white;
  padding: 5px 10px;
  width: fit-content;
}

button:hover { background-color: #006b00; }
