body {
    background-color: orange;
    color: black;
}

section {
    height: 100vh;
}


.photo-gallery {
    text-align: center;
  
}
.photo-gallery img {
width: 50%;
margin-bottom: 2rem;
border-radius: 10px;
}

  
  