/* CSS by Gramkraxor */

body {
	font-family: 'Ubuntu Mono', 'Consolas', monospace;
	font-size:   36px;
	line-height: 48px;
	text-align: center;
	margin: 128px 0;
	background: #FFFFFF;
	color: #000000;
}

body.dark {
	background: #000000;
	color: #FFFFFF;
}

a {
	color: inherit;
	text-decoration: none;
}

#list {
	display: inline-flex;
	flex-direction: column;
	width: initial;
	text-align: left;
}

#list p {
	display: block;
	margin: 16px;
}
