html {
	height: 100%;
	background-color: #252525;
}
body {
	height: 100%;
	background-color: #252525;

}
h1 {
	color: white;
}
p {
	color: white;
}
.textBody {
	font-family: Verdana, Helvetica, sans-serif;
 	background-color: #3F4246;
	text-align: center;
	margin: auto;
	height: 100%;
	max-width: 70%;
}
