body {
	background-color: #FFF;
	color: #333;
	font-family: "Helvetica Neue", sans-serif;
	font-weight: 300;
	font-size: 20px;
	text-align: center;
}

h1 {
	font-size: 35px;
}

a {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: blue;
}

img {
	width: 286px;
	height: 395px;
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
}

img.wild {
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) grayscale(100%);
}

#footer {
	font-size: 14px;
	color: #999;
}
#footer a {
	color: #666;
	text-decoration: none;
}
