html {
  font-family: monospace;
}

body {
  margin: 0;
  background: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
}

a {
  color: inherit;
}

h1 {
  margin: 0;
  padding: .4em 0 .1em;
  font-size: 50px;
  font-size: 3.125rem;
}

h2 {
  margin: 0;
  padding: .4em 0 .1em;
  font-size: 30px;
  font-size: 1.875rem;
}

@media (min-width: 750px) and (min-height: 400px) {
  h1 {
    font-size: 100px;
    font-size: 6.25rem;
  }
  h2 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

.Header {
  background: #fff;
  font-family: serif;
  text-align: center;
  color: #000;
}

.Header h1 {
  position: relative;
  z-index: 5;
}

.Main {
  position: relative;
  z-index: 5;
  max-width: 900px;
  padding: 20px 4.6875%;
  margin: 0 auto;
  text-align: center;
}

.Links {
  margin: 0 0 2em;
  padding: 0;
  list-style: none;
  text-align: center;
}

.Code {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #888;
  opacity: .2;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.Profile {
  display: inline-block;
}

.Profile img {
  display: block;
  border-radius: 5px;
}

/* http://prismjs.com/download.html?themes=prism-okaidia&languages=clike+javascript */
/**
 * okaidia theme for JavaScript, CSS and HTML
 * Loosely based on Monokai textmate theme by http://www.monokai.nl/
 * @author ocodia
 */
code[class*="language-"],
pre[class*="language-"] {
  color: #888;
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  color: #888;
}

.namespace {
  opacity: .7;
}

.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
  color: #f92672;
}

.token.boolean,
.token.number {
  color: #ae81ff;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #a6e22e;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  color: #888;
}

.token.atrule,
.token.attr-value {
  color: #e6db74;
}

.token.keyword {
  color: #66d9ef;
}

.token.regex,
.token.important {
  color: #fd971f;
}

.token.important {
  font-weight: bold;
}

.token.entity {
  cursor: help;
}
