nav {
  & a {text-align: center;font-size: 3em;}
}

main {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-evenly;
  & .photo-caption {max-width: 300px; display: flex; flex-direction: column;}
  & img {width: 100%;}
}