main {
  flex: 1;
  background: linear-gradient(to bottom, white, #ddd, white);
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  white-space: nowrap;
  gap: 1rem;
}

main picture {
  display: block;
  font-size: 0;
  background: white;
}

main img {
  max-height: calc(100svh - 13rem);
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  border: 0.5rem solid white;
}

.photo-links {
  padding: 1rem;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
}

.photo-description {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  line-height: 1;
  font-size: 1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
