h1 	{
		font-family: 	Gooper; 
		font-style: normal; 
		font-weight: 900; 
		font-size: 48px; 
		line-height: 1.2em;
	}
	
h2 	{
		font-family: 	Gooper; 
		font-style: italic; 
		font-weight: 900; 
		font-size: 48px; 
		line-height: 1.2em;
	}
	
h3 	{
		font-family: 	Gooper; 
		font-style: normal; 
		font-weight: 900; 
		font-size: 36px; 
		line-height: 1.2em;
	}	
	
	
h4 	{
		font-family: 	Gooper; 
		font-style: italic; 
		font-weight: 300; 
		font-size: 24px; 
		line-height: 1.2em;
	}	

p 	{
		font-family: 	Gooper; 
		font-style: normal; 
		font-weight: normal; 
		font-size: 12px; 
		line-height: 1.2em;
	}	


a	{
	
		color: #000;
}
	
	
	
	            body {
                max-width: 28em;
                padding: 2em;
                margin-left: auto;
                margin-right: auto;
            }


            h1 {
                font-weight: bold;
                margin-bottom: .025em;
            }
            
            h2 {
                margin-bottom: .5rem;
                margin-top: .5rem;
            }
            
            h3 {
                margin-bottom: .25rem;
            }

            h4 {
                margin: 0;
                overflow: hidden;
                line-height: 1.4;
            }
            p {
                margin: 0;
                overflow: hidden;
                line-height: 1.4;
            }

            pre {
                margin-top: 1rem;
                background: #efefef;
                padding: 1em;
                overflow: scroll;
                font-size: .7em;
                line-height: 1.4;
            }
        
            section {
                border-top: 1px solid #ccc;
                padding: 2em 0;
            }