body {
	color: white;
	background: black;
	text-align: center;
	max-width: 600px;
	margin: auto;
	
}
 h1 {
	color: green;
}

