/*
 * Author: Caleb Bronn
 * Last Update: 8 Apr 2025

 * This page contains styling that applies to the More Info page
 */

h1 {
	display: block;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}


/* We actually want the list styling back for this page, because it's supposed to look like
	a list of external links. */
article section ul {
	list-style: circle;
	list-style-position: outside;
	margin: 0 1em;
}

article section li {
	font-size: 1.5rem;
	margin: 1em 0;
}