.image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
}

.image-gallery img {
  width: 90%;
  height: 100%;
  margin-bottom: 2rem;
}

.images {
  min-height: 100vh;
  margin-top: 1.5rem;
}