main {
  padding: 2em;
}

section {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 2em;
}

h1 {
  font-weight: normal;
  text-align: center;
}

p {
  text-indent: 1em;
}

img.landscapePhoto {
  max-width: 520px;
  max-height: 390px;

  border: 5px solid #2f5c2d;
  border-radius: 3px;

  margin: 0 1em;
}

.next-page {
  font-size: 1.5em;
  padding-right: 2em;
}