.participant__name {
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--content-title-color);
  text-align: center;
}
.participant__portrait {
  width: 40%;
  border-radius: 20px;
}
@media screen and (orientation: portrait) {
  .participant__portrait {
    width: 80%;
  }
}
.participant__biography__body {
  text-align: left;
  font-size: 1rem;
}
.participant__biography__body a {
  color: var(--link-color);
  font-weight: bold;
  text-decoration: none;
}
.participant__biography__body ol > li::marker {
  font-weight: bolder;
}
.participant__birthyear > h4 {
  display: inline-block;
}
.participant {
  font-size: 1rem;
  text-align: center;
}
/*# sourceMappingURL=participant.css.map */