body {
	background-color: darkgrey;
	text-align: center;
}

footer{
	text-align: center;
	font-family: 'Trebuchet MS', sans-serif;
	color: white; 
}

li{
	font-size: 25px;
	font-family: 'Trebuchet MS', sans-serif;
	color: white; 
}

h1{
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 50px;
	color: white; 
}

p{
	font-size: 15px;
	font-family: 'Trebuchet MS', sans-serif;
	color: white; 
}