@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono');


body {
	background-color: #1e1e1e;
	color: #eee;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11px;
}

#content {
	width: 640px;
	padding: 4px;
	margin: 0 auto;
}

a {
        color:#eee;
}