body {
	font-family: 'Helvetica', 'Helvetica Neue', sans-serif;
	background-color: #1173aa;
	color: #FFFFFF;
}

#main {
	margin: 8% auto 0;
	padding: 0 8%;
	font-size: 2em;
	font-weight: 400;
	line-height: 1.3em;
	max-width: 80%;
}
#main h1 {
	font-weight: 200;
	line-height: 0.5em;
}

.description {
	margin: 8% auto 0;
	padding: 0 8%;
	font-size: 2em;
	font-weight: 400;
	line-height: 1.3em;
	max-width: 80%;
}

.description ul {
	padding: 0;
}

.description li {
	list-style: none;
	margin-bottom: 2em;
}

code {
	color: lightcoral;
}

a {
	color: yellow;
}