html {
	font-size: 16pt;
}

body {
	font-family: "Courier", monospace;
	font-weight: bold;
}

h1 {
	font-size: 30pt;
	text-align: center;
}

h2 {
	font-size: 20pt;
	margin-top: 80px;
}

h3 {
	font-size: 18pt;
	margin-top: 60px;
}

.centered {
	text-align: center;
}

.mainpar {
	font-size: 20pt;
}

.answer {
	margin-left: 5%;
}

#headermsg {
	font-size: 18pt;
	margin: auto;
	margin-bottom: 50px;
	width: min-content;
}

#headermsg a {
	text-decoration: none;
	color: unset;
}

#linkmenu {
	margin: auto;
	width: 60%;
	font-size: 22pt;
	text-align: justify;
	text-align-last: justify;
	text-justify: inter-word;
}

#textcolumn {
	margin: auto;
	margin-top: 75px;
	width: 50%;
}

:root { color-scheme: light dark; }
@media only all and (prefers-color-scheme: dark) {
	/* dark-mode color overrides go here */
}

/* Thanks Corey! */
@media (max-width: 992px) {
	#textcolumn { width: 85%; }
	#linkmenu { width: 95%; }
}
