html {
	height: 100%;
}
body {
	background: #000260;
	height: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
}
#logo {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	flex-direction: column;
}
#logo svg {
	width: 200px;
}
.links {
	padding: 30px 0 0;
	color: #66ff99;
}
.links a {
	color: #fff;
	text-decoration: none;
}