body {	
	background: #fefefe;
	font-family: 'Akrobat';
	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: #282828;
	padding: 2em 4em;
	max-width: 50%;
	margin: auto;
	border: 1px solid rgba(127, 127, 127, 0.05);
	box-shadow: 0px 80px 200px -40px rgba(0, 0, 0, 0.05)}
	
	@media screen and (max-width: 1366px) {
		body .center > .no_flex {	max-width: 66%}
	}
	@media screen and (max-width: 1024px) {
		body .center > .no_flex {	max-width: 80%}
	}
	@media screen and (max-width: 768px) {
		body .center > .no_flex {	max-width: 95%}
	}
	@media screen and (max-width: 576px) {
		body .center > .no_flex {	padding: 1em 2em}
	}

body .center > .no_flex > .no_flex > #logo {	margin: 0 0 2em}
body .center > .no_flex > .no_flex > #logo > img {	max-height: 4em}
body .center > .no_flex > .no_flex p {	font-size:  1.1rem}
body .center > .no_flex > .no_flex p.font_small {
	margin: 0 0 0;
	font-size:  0.85rem}
body .center > .no_flex  a {	color: #282828}
#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}
	
	@media screen and (max-width: 768px) {
		p span.block {		display: block}
		p span.hidden {		display: none}
	}