@font-face {
	font-family: balsamiq-sans;
	src: url('/BalsamiqSans-Regular.ttf')
}

html, body {
	width: 800px;
}

html {
	display: table;
	margin: auto;
}

body {
	display: table-cell;
	vertical-align: middle;
	background: black;
	color: #e6e6e6;
	font-family: balsamiq-sans;
}

nav {
	width: 800px;
	flex: 1;
	margin: auto;
	display: flex;
	justify-content: space-evenly;
}

a:link {
	color: #53baff;
}

a:visited {
	color: #b053ff;
}

@media (prefers-color-scheme: light) {
	body {
		background: white;
		color: black;
	}

	a:link {
		color: #0000ee;
	}

	a:visited {
		color: #551A8B;
	}
}

.news-entry {
	margin-bottom: 0;
}

.date {
	margin-top: 0;
	font-size: 0.8rem;
}

h1 {
	width: 100%;
	border-bottom: 1px solid #666666;
}

h3, h2 {
	border-bottom: 1px solid #666666;
}
