
div.container {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	display: table;
	text-align: center;
	}
p{
	display: table-cell;
	vertical-align: middle;
	font-family: 'Lato', sans-serif;
	font-size: 10vh;
	letter-spacing: 0.1em;
}