body {
	background-color:#1B212B;
	color:#778FBD;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

.centered{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)
}

.desc{
	text-align: center;
	padding: 20px 5px 5px 5px;
	font-size: 1.5em;
	font-weight: bold;
}

#logo{
	max-width:100%;
	height:auto;
}

@media only screen and (max-width: 700px) {
	#logo{
		max-width:75%;
		height:auto;
	}
	.desc{
		text-align: center;
		padding: 20px 5px 5px 5px;
		font-size: 1em;
		font-weight: bold;
	}
}

