html {
  /* Use nympheas2.jpg too? */
  background-image: url("/img/nympheas.jpg");
  background-size: cover;
  overscroll-behavior: none;
  display: flex;
  justify-content: center;
}

body {
  max-width: 50em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1em;
}

.box {
  background: #FFFA;
  width: 100%;
  padding: 1em;
}

.title-box {
  width: fit-content !important;
}

.pictures {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 1em;
}

.picture {
  max-width: 20em !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.picture img {
  width: auto;
  height: 18em;
}

h1 {
  font-size: 150%;
}

.pronouns {
  font-size: 70%;
}

ul {
  padding-left: 1em;
}
