/* style.css - a simple style sheet */
body {margin-left: 10%; margin-right: 10%; color: black; background: black;
center; position: absolute; 
top: 50%; 
left: 50%; 
margin-top: -270px; 
margin-left: -358px;
}

a {
	outline: none;
}
