body {
	font-family: 'Bahnschrift', 'Arial Narrow Bold', sans-serif;
}
main {
	max-width: 100%;
	width: 80vw;
	margin: 0 auto;
}
article {
	max-width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 auto;
}
h1 {
	text-align: center;
	width: 100%;
}
img {
	max-width: 100%;
	image-rendering:pixelated;
	image-rendering:crisp-edges;
}
section {
	max-width: 100%;
}
section.text {
	width: 400px;
	flex-grow: 1;
}
code {
	font-family: 'Courier New', Courier, monospace;
	font-weight: bold;

}