body {
  max-width: 700px;
  margin: auto;
  font-family: sans-serif;
  font-size: 1.2em;
  color: #9F9876;
  background-color: #001014;
}

hr {
  border-top: 2px solid #307050;
}

.header {
  font-weight: 800;
  font-size: 0.6em;
  color: #509070;
}

a {
  text-decoration: none;
  color: #c08030;
}

a:hover {
  color: #f0b060;
}

h1 {
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  color: #b2b195;
}

h2 {
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  color: #c2c1a5;
}

ul {
  margin-left: -30px;
  list-style-type: none;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.content {
  background: inherit;
  font-family: inherit;
  font-size: inherit;
  color: #c2c1a5;
}

.date {
  text-align: right;
  font-size: 0.8em;
  color: #8f9e7a;
  margin-top: 30px;
  margin-bottom: 15px;
}

.footer {
  text-align: center;
  background-color: inherit;
  color: #a0a0a0;
  font-size: 0.8em;
  font-weight: 400;
}

.terminal {
  margin-left: 20px;
  margin-right: 20px;
  font-family: Monospace, san-serif;
  font-size: 0.8em;
  font-weight: 400;
  color: #408060;
}

pre {
	margin-left: 167px;
}

nav {
	text-align: center;
}

nav a {
	padding: 0 0.5em;
	font-size: 0.9em;
	font-weight: 500;
	color: #509070;
	text-decoration: none;
}

nav a:hover {
	color: #c08030;
}
