<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nyd_text {
	font-family:Calibri, serif; font-size:large;	
}
.image-gallery {
  display: flex !important;
/*  flex-wrap: wrap !important; */
  justify-content: center !important;
  gap: 20px !important;
}
/*
.image-gallery li img {
  object-fit: cover !important;
  max-width: 100% !important;
  height: auto !important;
  vertical-align: middle !important;
  border-radius: 5px !important;
}
*/
figcaption {
  
  font-style: italic;
  padding: 1px;
  text-align: center;
}
figure {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:50%;
	display:block;
}
</pre></body></html>