body {
  background: #FFFFEE;
  color: #111111;
  font-size: 21px;
  font-family: "Esteban", serif;
  font-weight: 400;
  font-style: normal;
}
p {
  font-size: 1em;
  text-align: justify;
  max-width: 22em;
}
h1 {
  font-size: 1.4em;
}
h2 {
  font-size: 1.1em;
}
h3 {
  font-size: 0.7em;
}
h1, h2, h3 {
  font-family: "Playwrite PL", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
a, a:link, a:visited, a:hover, a:active {
  color: #111122;
}

.block-text {
  text-align: left;
}
.centered-text {
  text-align: center;
}
.photo-container {
  width: 14em;
  margin: 1em auto 1em auto;
}
.featured-photo {
  width: 100%;
  border-radius: 50%;
}
.flex-row {
  flex-direction: row;
  flex-wrap: nowrap;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.text-small {
  font-size: 0.8em;
}
