body {
	margin: 32px;
	font-family: monospace;
	font-size: 10pt;
}

.section {
	max-width: 80ch;
}

.section .title {
	font-weight: bold;
	margin-top: 32px;
	font-size: 1.2em;
	color: #782144;
	border-bottom: 1px solid #782144;
}

.section .date {
	font-size: 0.9em;
}

.section .text {
	margin-top: 16px;
}

.section .comm-grid {
	display: grid;
	grid-template-columns: min-content 1fr;
	grid-gap: 8px 16px;
}
