.gallery {
  display: flex; 
  align-items: center; 
  justify-content: center;
  flex-wrap: wrap;
  gap: 5x;
}
