body {
	background-color: #94c53e;
    margin: 0;
    align-items: center;
    justify-content: center;
    display: flex;
	height: 100%;
}

h1 {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}