body {	
	background: #fefefe;
	font-family: 'Akrobat', 'Helvetica', sans serif;
	font-weight: 400;
	font-size: 20px}
.flex {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap}
.full_height {	min-height: 100vh}
body .center > .no_flex {
	background: #fff;
	color: #444;
	padding: 2em 4em;
	width: 66%;
	margin: auto;
	border: 1px solid rgba(127, 127, 127, 0.05);
	box-shadow: 0px 80px 200px -40px rgba(0, 0, 0, 0.05)}
body .center > .no_flex > .no_flex > #logo {	margin: 0 0 2em}
body .center > .no_flex > .no_flex > p {	line-height: 2em}
body .center > .no_flex  a {	color: #444}
#logo {
	text-align: center;
	margin: 0}
#logo img {	max-height: 8em}
h1, p {	text-align: center}
p span.block {	
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
	box-shadow: none}