body {
	font-family: ui-serif;
	/* background: rgb(189, 228, 159); */
	background: var(--bg-colour);
	color: var(--text-colour);
	margin: 0;
	min-height: 100%;
}

a {
	color: var(--link-colour);
	text-decoration-style: dotted;
}

a:hover {
	text-decoration-style: solid;
}

h1 {
	font-style: italic;
}

li {
	margin: 0.6rem 0;
}

.name {
	display: inline-block;
	height: 3em;
}