BODY { background-color: white; color: #808080 }
H1 { color: white; font-family:Arial, sans-serif; text-align:center }
H2 { color: white; font-family:Arial, sans-serif; text-align:center }
p { font-family:Arial, sans-serif }

.logo {
	width: 25%;
	height: 35%;
	margin-top: 10%;
	margin-right: 30%;
	background-color: red;
	color: white;
	z-index: 3;
}

.logoshadow {
	width: 25%;
	height: 35%;
	margin-top: 15%;
	margin-right: 35%;
	background-color: #808080;
	z-index: 2;
}
