
@font-face {
	font-family: sourceSansPro;
	src: url( "../resources/SourceSansPro-Regular.ttf" );
}

body {
	background-color: #000;
	display: flex;
	flex-direction: column;
}
body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}
footer {
	align-items: center;
	display: flex;
	flex: 0;
	justify-content: center;
	padding: 8px 0;
}
html {
}
main {
	align-items: center;
	display: flex;
	flex: 1;
	justify-content: center;
}
p {
	font-family: sourceSansPro;
	margin: 0;
}

.copyrightNotice {
	color: #EBEBEB;
	font-size: 1.2em;
}
.mainLogo {
	max-width: 100%;
	width: 100%;
}
.mainMessage {
	color: #EBEBEB;
	font-size: 2em;
}
.subMessage {
	color: #888;
	font-size: 1.2em;
	font-style: italic;
}

#lonelyStar {
	align-items: center;
	display: flex;
	flex-direction: column;
	max-width: 800px;
	overflow: hidden;
	width: 75%;
}
#lonelyStar hr {
	border: 0;
	border-bottom: 1px solid #888;
	margin: 18px 0;
	width: 100%;
}
