body {
	font-family: monospace;
	background-color: black;
	color: green;
}

a {
	color: green;
	font-weight: bold;
}

#content {
	width: 100ch;
	margin-left: auto;
	margin-right: auto;
}

.header {
	display: grid;
	grid-template-columns: 5ch auto 5ch;
}

.footer {
	display: grid;
	grid-template-columns: 3ch auto 3ch;
}

.manual-name {
	text-align: center;
}


section p {
	padding-left: 5ch;
	box-sizing: border-box;
	width: 100%;
}
