body {
  background-color: white;
  color: black;
  font-family: "Times New Roman", Times, serif;
}
.content {
  display: flex;
  align-items: flex-start;
}
.text {
  flex: 1;
}
.side-image {
  text-align: center;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  height:auto;
  float:right; padding-left:5%; padding-right:15%
}
.side-image img {
  max-width: 300px;
  width: 100%;
  height: auto;
}
.side-image figcaption {
  text-align: center;
  font-size: 0.85rem;
}
