body {
	background-color: #fdf4d4;
	/* background-color: #fef9e6; */
}
a {
	color:#fab749;
}
.aside {
	margin-inline-start: 1em;
}
h1, h2, h3 {
	font-family: itc-american-typewriter, sans-serif;
	/*letter-spacing: calc(-0.14em + 2px);*/
	color: black;
	text-align: center;
}
p, li {
	font-family: filson-soft, sans-serif;
	hyphens: auto;
	/*line-height: 150%;*/
	margin: 1em;
	color: black;
}
p + h1, h2, h3 {
	margin-block-start: 2em;
}
img {
	max-height: 50vh;
}
