img {
  max-width: 300px;
  border: 1px solid grey;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}