body {
	background-color: white;
}

h1 {
	text-align: center;
	padding-top: 80px;
	color: black;
	font-family: 'Source Serif Pro', serif;
	font-weight: 700;
}

p {
	text-align: center;
	line-height: 0.25;
	font-family: 'Source Serif Pro', serif;
	font-weight: 400;
}

a:link {
	text-decoration: none;
	color: black;
}

a:visited {
	color: black;
}

a:hover {
	color: grey;
}
