body {
	font-family: sans-serif;
	margin: 20px;
}
main {
	width: min(60em, 100%);
	margin: auto;
}
table {
	width: 100%;
}
th {
	text-align: left;
}
img {
	width: 100%;
}
p {
	text-align: justify;
}
p + p {
	text-indent: 1.5em;
}
dt {
	font-weight: bold;
}
aside {
	background-color: yellow;
}
blockquote + cite{
	margin: 16px 0px 16px 0px;
	display: block;
	text-align: right
}

@media (prefers-color-scheme: dark) {
	body {
		color: gray;
		background-color: black;
	}
}

@media print {
	body {
		font-size: 12px;
	}
	main {
		width: 100%;
	}
	nav, a, p:last-of-type {
		display: none;
	}
	p:first-of-type:after {
		content: " Printed from https://bread.ozva.co.uk.";
	}
}
