body {
	background-image: url(https://i.ibb.co/6RQn4WpF/bulletin-Board.png);
 	background-size: cover;
  	background-attachment: fixed;
	width: auto;
	margin: 100px;
}

.gallery {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.picture {
	display: inline-flex;
	max-height: 300px;
	width: auto;
	height: auto;
	border: 5px solid #7a7b27;
	margin-bottom: 5px;
}
figure {
  display: table;
  justify-content: center;
}
figcaption {
  padding-left: 10px;
	font-size: 14px;
	font-style: italic;
	display: table-caption;
	caption-side: bottom;
  border-radius: 20px;
}
a {
  color: black;
}
.largePic {
	display: inline-flex;
	max-height: 500px;
	width: auto;
	height: auto;
	border: 5px solid #7a7b27;
	margin-bottom: 5px;
}
sup > a {
	text-decoration: none;
}
ol {
	background: linear-gradient(#7a7b276c, #7a7b27c4, #7a7b27ed) ;
	border-radius: 10px;
	padding: 5px 50px 5px;
}
li > a:first-of-type {
	text-decoration: none;
}
sup {
	vertical-align: text-top;
}