body {
	padding:0px;
	margin:0px;
	background-color:#233745;
	font-family: 'Source Sans Pro', sans-serif;
	align-items: center;
	justify-content: center;
	display: flex;
height: 100vh;
}

.content {
	color:#FFFFFF;
}

h1 {
	text-align:center;
	font-size:12.5vw;
	margin:0px;
}

h2 {
	text-align:center;
	font-size:4.5vw;
	margin:0px;
}