.gallery{
    margin: 10px 50px;
}
.gallery img{
   
    height: 500px;
     width: auto;
    padding: 10px;
 
    transition: 1s;
}