@font-face {
	font-family: "Open Sans";
	src: url("fonts/Open%20Sans/300.ttf");
}
@font-face {
	font-family: "Courier Prime";
	src: url("fonts/Courier%20Prime/400.ttf");
}
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;
}
p {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.25em;
	margin: 1em 0;
	padding: 0 32px;
}
tt {
	color: rgb(0, 159, 191);
	font-family: "Courier Prime", monospace;
	font-weight: normal;
}
