
body{
	font-family: "Arial Black";
	background: #000 url('../img/pluto.jpg') no-repeat fixed center;
	color: green;
	font-weight: bold;
	font-size: large;
}
div {
	padding: 7%;
	font-size: x-large;
	
}
a{
	color: green;
	font-size: xx-large;
	
}
a:hover{
	background-color: green;
	color: white;
}