h1, figure, footer
{
	text-align: center;
}
body
{
	background-color: #3C3744;
	color: #B4C5E4;
}
a:link
{
	color: orange;
}
a:visited
{
	color: green;
}
a:hover
{
	color: pink;
}
a:active
{
	color: white;
}