.about-intro {
  text-align: justify;
}
.about-intro picture {
  float: left;
  transform: scale(80%);
  width: 214.5px;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  shape-outside: circle();
  margin-left: -1.3rem;
  margin-right: -0.7rem;
}
.about-intro img {
  border-radius: 0 0 0 50%;
}
.about-intro + h2 {
  margin-top: 5rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 396px) {
  .about-intro picture {
    margin: 0;
    margin-right: 1rem;
    margin-top: 0.1rem;
    transform: none;
  }
}
.about-intro ~ h2:last-of-type,
.about-intro ~ h2:last-of-type + p {
  text-align: center;
}

[title="Press F to pay respects"] {
  transition: transform 0.5s;
}
[title="Press F to pay respects"]:hover {
  cursor: help;
}
[title="Press F to pay respects"]:focus {
  outline: none;
  display: inline-block;
  transform: scale(15) translateX(-0.65rem);
  line-height: 0;
}
[title="Press F to pay respects"]:focus::after {
  display: block;
  content: "RIP IE6";
  font-size: 3.2px;
  text-align: center;
  position: relative;
  top: 2px;
}
[title="Press F to pay respects"]:focus:hover {
  transform: scale(15) translateX(-0.6rem) perspective(9rem) rotateX(-15deg) rotateY(15deg) rotateZ(0deg);
}

/*# sourceMappingURL=about.css.map */
