.gallery {
    width: 100%;   
    justify-content: center;
    margin-top: -5vh;
}

img {
  width: auto;
  height: auto;
  max-width: 20vw;
  max-height: 20vh;
    
} 

