
* { 
margin: 0; 
padding: 0;
}

html,
 body { 
 background-color: #5f9565;
 font-family: 'Lora', serif;
 font-size: 1.0em;
 line-height: 1.4em;
 color: white;
 text-align: center;
 font-weight: 100;
 }



#container {

width: 70%;
height: 70%;
position: absolute;
left: 15%;
top: 15%;
}

h1 {
 font-size: 2.2em;
 line-height: 1.1em;
 font-weight: 100;
 text-transform: uppercase;
 margin-bottom: 2em;
}

h2 {
 font-size: 1.5em;
 line-height: 1.1em;
 font-weight: 100;
 text-transform: uppercase;
}


#text {
margin-top: 8em;
}