body {
	background-color: #c3d6e4;
	font-family: "Helvetica Neue", Arial, "sans serif";
	margin-top: 45px;
}

.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}
.container {
	margin-left: 100px;
	width: 400px;
	background-color: #e0ebf2;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}

h1 {
	font-size: 42px;
	border-bottom: 3px solid #9eadb9;
	padding-bottom: 5px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	line-height: 24px;
}

h3 {
	font-size: 18px;
	width: 310px;
}

ul {
	list-style-type: none;
	
}

li {
	margin-left: 0;
	padding-bottom: 8px;
}

.button {
	margin-left: 308px;
	margin-top: 50px;
	position: absolute;
	display: block;
}


