body {
  background-color: #0c0e0c;
}

h1 {
  color: #fff;
  font-size: 4em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  line-height: 1;
}

h2 {
  color: #99ff99;
  text-transform: uppercase;
  font-family: proxima-nova;
  font-size: 2em;
  letter-spacing: .15em;
}

p {
  color: #fff;
  font-size: 1.3em;
  font-family: zeitung-micro, helvetica, roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
}

code {
  color: #fff;
  font-family: zeitung-mono;
}

.small_caps {
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 600;
  letter-spacing: .1em;
}

a {
  color: #99ff99;
  text-decoration: none;
  -webkit-transition: color 3s;
  -moz-transition:    color 3s;
  -ms-transition:     color 3s;
  -o-transition:      color 3s;
  transition:         color 3s;
}

a:hover {
  color: #fff;
}

.highlight {
  background: #99ff99;
}

div.article {
  width: 68em;
  margin: auto;
  margin-top: 14em;
}

div.center {
  width: 24em;
  height: inherit;
  position: absolute;
  top: 50%;
  margin: 0;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

div.terminal {
  background-color: black;
  padding: 2em;
  margin: 2em;
}

img.fit {
  width: inherit;
}