#gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25em, 1fr));
  gap: 1em;
  justify-items: center;

}

#gallery > figcaption {
  grid-column: 1 / -1;
}


GalleryRow { 
	font-family: Arial;
	font-size: 2.0rem;
	font-weight: bold;
	color: yellow;
}

GalleryBlock { 
	font-family: Arial;
	font-size: 1.5rem;
	font-weight: normal;
	color: black;
}

GalleryDate { 
	font-family: Arial;
	font-size: 1.1rem;
	font-weight: normal;
	color: yellow;
}

GalleryLocation { 
	font-family: Arial;
	font-size: 1.5rem;
	font-weight: bold;
	color: yellow;
}
