.index-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.index-container a {
	font-size: 2em;
	text-align: center;
}

.toc-container ol {
	list-style-type: decimal;
	padding-left: 20px;
	margin-top: 20px;
}

.toc-container ol > li {
	padding-bottom: 1em;
}

.toc-container ol > li > ul {
	padding: 0.3em 0 0 1em;
}

.term-no {
	color: #aa2200;
	font-weight: bold;
}

.term-yes {
	color: #22aa00;
	font-weight: bold;
}
