html {
			width: 100%;
			height: 100%;
			overflow: hidden;

		}
    	body {
    		font-family: 'Open Sans', sans-serif;
    		font-size: 40px;
			-webkit-font-smoothing: antialiased;
			width: 100%;
			height: 100%;
			color: #fff;
			overflow: hidden;
			margin: 0;
			padding: 0;
			background: #222;
		}
	
		div.container {
			margin: 10% auto 0;
			width: 80%;
			text-align: center;
		}
		h1 {
			font-weight: 800;
			text-transform: uppercase;
			display: inline-block;
		}
		h1 span {
			display: block;
			font-weight: 300;
			font-style: italic;
			font-size: 0.5em;
			text-transform: none;
		}
	