a[href] {
	color: rgb(191, 0, 0);
	text-decoration: none;
}
a[href]:hover {
	text-decoration: underline;
}
body {
	background-color: white;
	color: black;
	font-family: "Open Sans", sans-serif;
	margin: 0;
	min-height: 100vh;
}
div {
	margin: 0 auto;
	max-width: 960px;
}
h2 span {
	display: none;
	font-weight: 300;
}
p {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.25em;
	margin: 1em 0;
	padding: 0 32px;
}
