	html, body {
		-webkit-font-smoothing: antialiased;
		-webkit-text-size-adjust: none;
		-moz-osx-font-smoothing: grayscale;
		}
	
	body {
		background: #fff;
		color: #000;
		font: 100%/1.5 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size-adjust: 0.5; 
		font-weight: normal; 
		font-style: normal;
		text-align: center;
		margin:5%;
		}

	p { 
		font-size: 2.2em; 
		line-height: 1.2em; 
		}

	a, a:visited { 
		color: #000; 
		text-decoration: underline; 
		}
	a:hover { 
		color: #000; 
		text-decoration: none; 
		}

	img { 
		max-width:100%;
		max-height:100%;
		}

	.logo {
 		opacity: 0;
		will-change: transition;
		-webkit-transition: opacity .5s ease-out;
		-moz-transition: opacity .5s ease-out;
		-ms-transition: opacity .5s ease-out;
		-o-transition: opacity .5s ease-out;
		transition: opacity .5s ease-out;
		}