body {
	padding: 0;
	margin: 0;

	font-size: 16pt;

	background: #2b3331;
	color: #EEE;
}

body > div {
	font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
	font-family: Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;

	text-align: right;

	padding: 5rem;

	max-width: 20rem;
}

a {
	color: #EEE;
	white-space: preserve nowrap;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;

	font-weight: normal;
}

h1 {
	font-style: italic;
	letter-spacing: -0.15rem;
	font-size: 2.6rem;
}

h3 {
	font-size: 2rem;
}

p {
	margin: 0 0 1rem 0;
}
