@font-face {
    font-family: "Arbutus Slab";
    src: url("../fonts/ArbutusSlab-Regular.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Century Schoolbook Monospace BT";
    src: url("../fonts/century-schoolbook-monospace-bt.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
  background: url("../img/forest-background.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#everything {
    width: 100%;
}

#center {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 25px 50px #000000;
    border: 3px solid #282828;
}

#header {
    width: 950px;
    min-height: 139px;
    padding: 0px;
    margin: 0px;
    border-bottom: 3px solid #282828;
}

#logo {
    display: inline-block;
    float: left;
}

#title {
    padding: 0px;
    margin: 0px;
    padding-left: 12px;
    width: 782px;
    background-color: #282828;
    color: white;
    font-family: serif;
    display: inline-block;
    font-size: 116px;
    float: left;
    vertical-align: middle;
}

#content {
    font-family: "Arbutus Slab", serif;
    font-size: 18px;
    padding: 45px;
    width: 860px;
    background-color: white;
}

pre, code {
    font-family: "Century Schoolbook Monospace BT", monospace, monospace;
    font-size: 16px;
    padding: 0px;
    border-radius: 8px;
}

p code, li code {
    padding: 4px;
}

pre {
    padding: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
}

.todo {
    color: #881010;
    font-weight: bold;
}

h2 code, h3 code, h4 code, h5 code, h6 code {
    padding: 4px;
}

