sourcehypertextpublicequalaequala.css

:root {
	--background: #FFF8E7;
	--text: #201000;
	--accent: #201000;
}

main {
	inline-size: 100%;
	max-inline-size: none;

	padding: 0;
}

main> :not(.gallery) {
	max-inline-size: 70ch;
	margin-inline: auto;
	padding-inline: 1ch;
}

h1 {
	font-weight: normal;
	font-size: 2.5em;
}

h1 small {
	display: block;

	font-size: 0.5em;
}

h2:not(.comment-section h2) {
	text-align: center;
	font-weight: normal;
	font-size: 2em;
}

.gallery {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1ch;

	max-inline-size: 100%;
	margin-inline: auto;
	margin-block: 2em;
	padding-inline: 1ch;
}

.gallery.lesser {
	grid-template-columns: 1fr 1fr 1fr;
}

.gallery a {
	text-decoration: none;
}

.gallery figcaption {
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

details .gallery figcaption {
	font-weight: normal;
	font-size: 0.9em;
}

footer {
	margin-block-end: 1em;

	text-align: center;
}