body {
	background-color: black;
}

p {
	font-family: Helvetica;
	font-size: 5em;
	text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
	font-weight: bold;
	text-align: center;
}