h1, p {
	text-align:center;
	font-size:50px;
	font-family:Arial;
}
p {
	text-shadow:3px 3px 2px #000000;
	z-index:200;
	position:relative;
	bottom:255px;
}
div {
	width:600px;
	margin:auto;
	margin-bottom:50px;
	text-align:center;
	color:#FFFFFF;
}
img {
	box-sizing:border-box;
}
.penguins img {
	-webkit-filter:sepia(50%);
	filter:sepia(50%);
	border-radius:50%;
	border:solid 1px #000000;
}
.football_field img {
	border:solid 48px #000000;
	border-image:url(imitation_images/tic-tac-toe.png) 48 round;
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%);
}
.dinosaur img {
	-webkit-filter:drop-shadow(15px 0px 5px #000000) hue-rotate(90deg);
	filter:drop-shadow(15px 0px 5px #000000) hue-rotate(90deg);
}
.seagull img {
	box-shadow:0px 20px 10px #AFAFAF;
	background:linear-gradient(120deg, #8080FF, #FFFFFF);
}
.butterfly img {
	border-radius:100px 0px;
	-webkit-filter:invert(100%) opacity(70%);
	filter:invert(100%) opacity(70%);
}
.theater_stage img {
	-webkit-filter:blur(5px);
	filter:blur(5px);
	z-index:200;
}