

html, body {
    height: 100%;
}

html {
    display: table;
    margin: auto;
}

body {
	/*background-color: #F4F6F6;*/
	background-color: #28282B;
    display: table-cell;
    vertical-align: middle;
}


.title-font {
	font-family: Helvetica, sans-serif;
	letter-spacing: 3px;
	font-size: 49px;
	color: white;

}

.subtitle-font {
	font-family: Helvetica, sans-serif;
	font-size: 30px;
	letter-spacing: 5px;
	color: white;

}

hr.heavier {
	height: 4px;
	background: white;
	border: none;
}