@charset "utf-8";
		
.content section article {
	height: 100%;
	overflow:auto;
	 width: 100%;
	 float: left;
	 text-align:center;		
	 font-family:Macabra,serif;
	 font-size: 5em;
	 color:white;
}
 #h2s{text-align:center;		
	 font-family:Macabra,serif;
	 font-size: 4em;
	 color:white;}	
 footer {
	display: block;
	height: 10%;
	text-align:right;
	color:white;}
	
.clear{clear:both;}