body {
	font-family: 'Roboto', sans-serif;
}
h1 {
	font-size: 300%;
	font-weight: 700;
	text-align: center;
}
h2 {
	font-size: 200%;
	font-weight: 700;
	text-align: center;
}
p {
	font-weight: 300;
	text-align: left;
}
.content {
	width: 80%;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 3% 5% 3% 5%;
	margin: auto;
	margin-bottom: 20px;
}

li {
	margin-bottom: 5px;
}