html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#bgCont {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

h1, h2 {
	position: absolute;
	width: 100%;
	margin: 0;
	padding-bottom: 20px;
	text-align: center;
	font-family: 'Lobster Two', cursive;
	-webkit-box-shadow: 10px 10px 20px 10px rgba(00,00,00,0.3);
	box-shadow: 10px 10px 20px 10px rgba(00,00,00,0.3);
	text-shadow: 2px 2px 0 #FFFFFF;
	color: #333;
	opacity: 0.8;
}

h1 {
	top: 10%;
	font-size: 150px;
}

h2 {
	position: absolute;
	bottom: 5%;
	font-size: 70px;
}
