html{
background-color: #000000;
color: #ffffff;
font-family: "Arial";
}
main{
	padding: 1em;
}
footer{
	/*position: fixed;*/
	bottom: 0;
	padding-top: 5em;
}
a{
	font-style: italic;
	text-decoration: none;
	color: #ffffff;
}