body {
	color: #eaf3fc;
	background-color: #0a0d14;
	font-family: 'Source Sans Pro', Arial, sans-serif;
}

#logo-container {
	position: absolute;
	top: 0px; left: 0px; right: 0px; bottom: 0px;
}

.center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.center-item {
	font-size: 1.2em;
	max-width: 50%;
	padding: 0.5em;
	text-align: center;
}

.center img {
	height: 4rem;
}

.tr {
	opacity: 0.7;
}
