body {
	font-family : 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	text-align : center;
	margin : 0 0 20px;
	letter-spacing : -0.02em;
	font-weight : 400;
}
ul {
	padding-top : 20px;
	width : 300px;
	margin : 0 20%;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
