body {
	background-color: #222222;
	color: white;
	text-align: center;
}

h1 {
	font-family: "Bradley Hand";
	font-size: 48px;
	color: white;
	text-align: center;
	margin: 0;
	padding-top: 100px;
	line-height: 40%;
}

h2 {
	font-family: "Arial Black";
	font-size: 20px;
	color: white;
	text-align: center;
}

p {
	font-family: "Gill Sans";
	font-size:12px;
	text-align: center;
	margin: 50px;
}

.container {
	height: 300px;
	position: relative;
}

.center {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}