
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=latin-ext');

body {

	margin: 0px; padding: 0px; background: #ffffff; text-align: center; display: flex; justify-content: center; align-items: center;
	font-family: 'Roboto Condensed', sans-serif;
}

main {
	display: block;
}

#logo {
	width: 300px;
}

#info {
	font-size: 16px;
	opacity: 0.9;
	text-align: center;
	margin-top: 30px;
}
