html, body {
	height: 100%;
}

body {
	margin: 0;
	background: #0cb4ce;
	color: #fff;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	text-align: center;
}

section {
	height: 100%;
	width: 100%;
	display: table;
}

main {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

h1 {
	margin: 0;
	font-weight: 800;
	font-size: 400%;
}

a {
	color: #fff;
	text-decoration: none;
	font-size: 120%;
}
