h1 {
	font-family: 'Jersey 15', monospace;
	font-size: 3em;
}
h2 {
	font-family: 'Jersey 10', monospace;
	font-size: 1.75em;
}
tm {
	font-family: 'Pixelify Sans', monospace;
}
body {
  background-color: paleturquoise;
}
p {
	font-family: monospace, sans-serif;
}
h1,
h2,
p {
	text-align: center;
}
img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.massive {
	height: 10%;
	width: 10%;
}
img.big {
	height: 30%;
	width: 30%;
}
a,
a:visited {
	color: darkblue;
}