@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color: black;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	color: white;
}

.logo {
	padding-top: calc(50vh - 50px);
	height: 100px;
	margin: auto;
}

