img {
    margin: 30px auto;
    display: block;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

a img {
    text-decoration: none;
    border-bottom: none;
}

.back {
    transition: padding 0.25s ease-out, margin 0.25s ease-out;
    -moz-transition: padding 0.25s ease-out, margin 0.25s ease-out;
    -o-transition: padding 0.25s ease-out, margin 0.25s ease-out;
    -webkit-transition: padding 0.25s ease-out, margin 0.25s ease-out;

    border-bottom: none;

    color: #646464;
    font-size: 48px;

    display: block;
    position: absolute;
}

.back:hover {
    transition: padding 0.5s ease-out, margin 0.5s ease-out;
    -moz-transition: padding 0.5s ease-out, margin 0.5s ease-out;
    -o-transition: padding 0.5s ease-out, margin 0.5s ease-out;
    -webkit-transition: padding 0.5s ease-out, margin 0.5s ease-out;
    margin-left: -32px;
    padding-right: 32px;
}

.header {
    top: 0;
    margin: 0;
}

.title, h1 {
    color: #646464;
    font-size: 48px;
    margin-bottom: 16px;
    display: block;
    text-indent: 64px;
}

.content {
}

p {
    text-indent: 32px;
    text-align: justify;
    margin-bottom: 8px;
}

li p {
    text-indent: 0;
}

h2 {
    margin-top: 48px;
    text-indent: 64px;
    color: #646464;
}

h3 {
    margin-top: 32px;
    text-indent: 64px;
}


@font-face {
    font-family: "Hermit";
    src: url("/p/hermit/Hermit-Regular.woff2") format('woff2'),
         url("/p/hermit/Hermit-Regular.woff") format('woff'),
         url("/p/hermit/Hermit-Regular.otf") format('otf');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Hermit";
    src: url("/p/hermit/Hermit-Bold.woff2") format('woff2'),
         url("/p/hermit/Hermit-Bold.woff") format('woff'),
         url("/p/hermit/Hermit-Bold.otf") format('otf');
    font-style: normal;
    font-weight: bold;
}

code {
    font-family: Hermit;
    font-size: 13px;
}

/* Inline code */
code.highlighter-rouge {
    background: #e0e0e0;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    border-color: #b0b0b0;
    padding: 1px 1px 0 1px;

---
}

/* Code blocks */
div.highlight {
    margin: 20px 40px 20px 40px;
    display: block;
}

pre.highlight {
    white-space: pre-wrap;
    padding: 10px 12px 10px 12px;
    color: #f8f8f2;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
