body {
	background-color: #faa0a0;
	color: #5f5f5f;
}
div.container {
	width: 100%;
	text-align: center;
}
div.title {
	display: block;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 200%;
	text-anchor: middle;
}
div.gallery {
	border-radius: 20px;
	transition: box-shadow .3s;
	margin: 30px;
	display: inline-block;
	box-shadow: 0 0 10px #303030;
	line-height: 0px;
}
div.gallery img {
	height: 50%;
	border-radius: 20px;
}
div.gallery:hover {
	box-shadow: 0 0 20px #303030;
}
div.footer {
	font-family: sans-serif;
	font-weight: bold;
}
div.footer a {
	color: #5f5fff;
	text-decoration: none;
}
div.footer a:hover {
	text-decoration: underline;
}
