body {
    background: #A7E92F;
	text-align:center;
}

.main {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
} 


h3 {
    font-size: 38px;
    text-transform: uppercase;
    color: white;
    line-height: 1.5;
    font-weight: 100;
    letter-spacing: 2px;
    margin-top: 12px;
	font-family: 'Open Sans', sans-serif;
}



@media(max-width:320px){
	h3 {
		font-size: 26px;
	}

}

