main {
  font-family: Courier;
}

#img-div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 10px;
}

img {
  max-width: 100%;
  aspect-ratio: 24/9;
  object-fit: cover;
  object-position: 0 58%;
  height: auto;
}

#title {
  text-align: center;
  font-family: Papyrus, serif;
}

#subtitle {
  margin-top: -20px;
  text-align: center;
}

footer > p {
  font-family: Verdana;
  font-weight: bold;
}

.quote {
  font-style: italic;

}