@import url(https://fonts.googleapis.com/css?family=Gloria+Hallelujah);

body {
    background-color: #3d3f41;
}

h1 {
    font-family: 'Gloria Hallelujah', cursive;
	font-size: 100px;
    color: white;

	margin: 0;
	line-height: 160px;
}

div#container {
	width: 80%;
    height: 200px;

	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;

	text-align: center;
}
