.gallery {
    display: flex ;
    justify-content: center;
    align-items: center;
  }
  
  .gallery img {
    max-width: 100%;
    max-height: 400px;
    margin: 10px;
  }
  
  .navigation {
    text-align: center;
    margin-top: 10px;
  }
  