.aboutme {
  background: #00000080;
  border: 3px ridge #8c2;
  width: 48rem;
  min-width: 524px;
  margin: 3em auto;
  display: flex;
}

.aboutme h1 {
  font-size: 4em;
}

.aboutme a {
  color: #fff;
  text-decoration: none;
}

.aboutme > .text > p.intro {
  color: #9c8;
  font-size: 2em;
}

.aboutme > div.ava > img {
  border-radius: 160px;
  margin: 1.5ex 1.5ex .5ex;
}

.aboutme > .text {
  flex: 1;
  padding-left: 2em;
}

.aboutme > .text > h1 {
  color: #9f4;
  margin: 1.5ex;
}

.aboutme > * > .socials > a.pronouns {
  color: #fff;
  baseline: bottom;
  margin-bottom: 1em;
  font-size: 2em;
  display: block;
}

.aboutme > * > .socials > a.pronouns > img {
  vertical-align: middle;
  filter: invert(81%) sepia(55%) saturate(634%) hue-rotate(39deg) brightness(91%) contrast(89%);
}

.aboutme > * > .socials {
  margin: 0 1em 1em;
}

.aboutme > * > .socials img {
  filter: invert(81%) sepia(55%) saturate(634%) hue-rotate(39deg) brightness(91%) contrast(89%);
}

.aboutme > * > .socials a {
  margin-right: .75ex;
}
