body {
    font-family: "Helvetia", non-serif;
    margin: 20px;
    background-color: #eeeeee;
}

h1 {
    color: #04AA6D;
	text-align: center;
}

h2 {
    color: #04AA6D;
}
h3 {
    color: powderblue;
}


p, ul, li {
    font-size: 20px;
    line-height: 1.3;
}

button {
	border-radius: 15px;
	background-color: #04AA6D;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.6);
}