li i {
	color: black;
	font-size: 2em;
}

img {
	max-width: 500px;
}

hr {
	width: 90%;
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

h1 {
	text-transform: uppercase;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400 !important;
}

.main,
h1 {
	text-align: center;
}

.main img {
	margin-bottom: 20px;
}

p {
	line-height: 2em;
}

