@charset "UTF-8";
/* CSS Document */

body {
	background-color: #606060;
	color: white;
	font-family: sans-serif;
}

div {
	text-align: center;
	vertical-align: middle;
	font-size: 40px;
	letter-spacing: 2px;
	text-shadow: 1px 1px 2px #000000;
}

h1 {
	text-align: center;
	font-size: 60px;
	letter-spacing: 2px;
	text-shadow: 1px 1px 2px #000000;
}