html
{
	height: 100%;
}
body
{
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	align-items: center;
	justify-content: center;
	background-color: #192a33;
}
body h1
{
	color: #ffffff;
    font-family: Arial;
    font-weight: 300;
    font-size: 34px;
    margin: 20px 0px 0px;
}