body {
	background-color: black;
	color: white;
	font-size: 120%;
	text-align: center;
}

h1 {
	color: yellow;
	font-size: 300%;
	text-shadow: 0px 0px 4px, 2px -5px 10px, 4px -10px 10px;
	margin-top: 25%;
}