* {
  box-sizing: border-box;
}
 
html, body {
  height: 100%;
  margin: 0;
}
 
body {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
 
.frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 840px;
  text-align: center;
}
 
.photo {
  max-width: 100%;
  height: auto;
/*  border-radius: 4px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08); */
}
 
.caption {
  margin-top: 20px;
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 3rem;
  color: #333333;
  line-height: 1.5;
}
