#gallery {
	text-align: center;
}
#gallery .container {
	display: inline-block;
	user-select: none;
	background-size: contain;
	width: 200px;
	height: 200px;
	margin: 5px;
	box-shadow: 0 0 3px black;
	cursor: pointer;
}
#credits {
	text-align: right;
  color: black;
}
#pages {
	font-size: 75%;
}
#pages btn {
	padding: 0 5px;
	margin: 0 3px;
}
dialog img {
	margin: auto;
	width: 100%;
	max-width: 800px;
}
.link {
	width: 100%;
	margin: 5px 0;
	border-radius: 3px;
	border: none;
	outline: none;
	box-shadow: 0 0 3px black;
}
