body {
  background-image: url(./images/IMG_0637.jpeg); background-size: cover}

  h1{text-align: center; color: rgb(255, 255, 255); font-family:Georgia, 'Times New Roman', Times, serif}

figure{
  width: 200px; 
  margin:8px 0;
   border: 1px solid #727272; 
   padding: 8px; 
   box-sizing: border-box; 
   flex-shrink: 0; 
   background-color: rgb(255, 255, 255);
   box-shadow: 10px 10px rgba(0, 0, 0, 0.516); 
}
figure img{
  width: 100%;
}
figure figcaption{
  text-align: center; 
  padding: 8px, 4px; 
  font-family:'Courier New', Courier, monospace;
}

.gallery{
  display: flex;
  width: 900px;
  margin: auto; 
  justify-content: space-between; 
  flex-wrap: wrap;}

  h2{color: rgb(0, 0, 0);
  text-align: center;}