body {
	margin: 1.2rem;
	color: #31150d;
	font-family: sans-serif;
}

:where(h1, h2, h3, a:any-link) {
	color: #31150d;
}

h1 {
	display: flex;
	gap: .5rem;
	align-items: center;
}

address {
	font-style: normal;
}

summary > h2 {
	display: inline;
	font-size: 1.2rem;
}

:where(section, details) {
	margin-bottom: 1lh;
}
