body {
        margin:40px auto;
        max-width:75%;
        line-height:1.6;
        font-family:monospace;
        font-size:16px;
        color:#111111;
        background:#eeeeee;
        padding:0 10px
}

h1,h2,h3{
        line-height:1.2;
}

h1 {
        text-align: center;
        margin-bottom: 1em;
}

a {
        color:#333333;
        font-weight: 600;
}

code,pre {
    background:#e1e1e1;
    color:#0f0f0f
}

::selection {
  background: #444444;
  color: #eeeeee
}
::-moz-selection {
  background: #444444;
  color: #eeeeee
}
