body {	
	background: #fafcfd;
	font-family: 'Helvetica', sans serif;
	font-size: 18px;
	color: #0d0d0d}
.flex {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap}
.full_height {	min-height: 100vh}
body .center > .no_flex {
	padding: 2em;
	max-width: 900px;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 15px 20px 5px rgba(0, 0, 0, 0.05);}
body .center > .no_flex > .no_flex > #logo {
	/* border-radius: 50%; */
	/* overflow: hidden; */
	/* display: inline-block; */
	/* line-height: 0; */
	margin: 0 0 2em}
/* body .center > .no_flex > .no_flex > #logo > img { */
	/* background: #0d0d0d; */
	/* padding: 1.5em} */
body .center > .no_flex > .no_flex > p {	line-height: 2em}
body .center > .no_flex  a {	color: #0d0d0d}
#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}