html {
	height: 100%;
}
body {
	background: #003650;
	color: #fff;
	text-align: center;
	height: 100%;
	margin: 0;
	font-family: 'Raleway', sans-serif;
}
p {
	font-weight: 700;
}
.flex-container {
	flex: 1 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo {
	max-width: 300px;
	width: auto;
}
section {
	height: 100%;
}

.big {
	font-size: 3.4rem;
}
h1 {
	margin-bottom: 0;
}
h2 {
	margin-top: 0;
	color: #95979a;
}
a {
	color: #fff;
	text-decoration: none;
}