﻿@charset "UTF-8";

main {
	padding: 0;
}

/* h2, p {
	color: var(--subtle);
} */

h2 {
	margin-bottom: 0.15em;
}

section, footer {
	margin-bottom: 1em;
}

.output {
	text-align: justify;
	font-size: 1.8em;
	line-height: 225%;
	padding: 0.2em;
	font-family: var(--allofemanubis);
}

hr {
	margin: 0 auto 1em;
	width: 100%;
	height: 1px;
	background-color: var(--text);
	outline: none;
}

hr.major {
	height: 2px;
}

#counter-output {
	font-weight: bold;
}

@media (max-width: 600px) {
	.output {
		font-size: 1.6em;
	}
}

@media (max-width: 500px) {
	.output {
		font-size: 1.4em;
	}
}

@media (max-width: 400px) {
	.output {
		font-size: 1.2em;
	}
}