body {
	width: 600px;
	margin: 50px auto 0 auto;
	text-align: center;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
	font-size: 40px;
	font-weight: normal;
	line-height: 40px;
	letter-spacing: -1px;
}

h2 {
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: normal;
	border-style: solid;
}

p {
	margin: 20px 0;
	font-size: 15px;
	line-height: 20px;
}

ul {
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 0;
}

li {
	font-size: 15px;
	line-height: 20px;
}


ul li {
	list-style-type: none;
}

.flex-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.flex-container div {
	width: 100%;
}

.footer {
	margin-top: 20px;
}
