img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
} 

.photo {
  border-radius: 10px;
  max-width: 800px;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
} 

.container {
  text-align: center; 
  border-radius: 10px;
  padding: 10px 20px;
}
