@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda+SC:opsz@6..96&family=Grenze&display=block');
html {
  max-width: 40ch;
  padding: 3em 1em;
  margin: auto;
  line-height: 1.25;
  font-size: 1.75em;
  font-family: "Grenze", serif;
  background-color: #ccb;
  color: #220;
}
a{
	color: inherit;
	font-family: "Bodoni Moda SC", serif;
	text-decoration: none;
}
h2{
	margin-bottom: 0.25rem;
}
pre{
	white-space: pre-wrap;
}