body{
    /* background-color: #f5f5f5;*/
    background-color: #f5f5f5;
 }
 
 section h2{
     margin-top: 25px;
     margin-bottom: -51px;
     text-align: center;
 }
 
 .gallery{
     width: 90%;
     margin: 0 auto;
     overflow: hidden;
     padding:  60px 0;
     display: flex;
     gap: 20px;
     flex-wrap: wrap;
 }
 
 .gallery_img{
     width: 100%;
     height: 100%;
     object-fit: cover;
 }
 
 .gallery_picture{
     min-width: 200px;
     flex: 350px;
     height: 300px;
 }
 