* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

:root {
    background-color: #222;
}

body {
    background-color: #222;
    color: #9d9d9d;
    width: 100%;
    height: 100%;
}

#header-pagedjs {
    z-index: 9999;
}

#video {
    display: none;
}

#canvas {
    width: 100%;
    height: auto;
    position: fixed;
    top: -10%;
    left: 0;
    border: 1px solid rgb(182, 0, 0);
    opacity: 0.1;
    mix-blend-mode: luminosity;

}

#content {
    font-family: "kristal", sans-serif;
}

a {
    color: rgb(182, 0, 0);
    text-decoration: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

a:hover {
    color: #fff;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#chapter-image {
    display: none;
}

#cover {
    width: 100%;
    height: 100%;
}

#cover hgroup {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 20px;
}

#author {
    margin-top: 20px;
}

#cover img {
    display: none;
}

#halftitle {
    display: none;
}

#toc {
    margin: 0;
    position: fixed;
    top: 20px;
    right: 130px;
    text-align: right;
    z-index: 1001;

}

#copyright {
    position: absolute;
    bottom: -70px;
    left: 20px;
    padding: 20px;
}

#copyright * {
    margin: 0;
}

.chapter {
    width: 30%;
    margin: 0 auto 80px auto;
}

.chapter canvas {
    display: none;
    max-width: 300px;
}

.poem {
    font-size: 14px;
    margin: 40px;
}

h1 {
    font-family: "kristal-opencaps", sans-serif;
    font-size: 102px;
    font-kerning: auto;
    letter-spacing: -5px;
    line-height: 102px;
}

h1,
h2 {
    margin: 0;
    font-weight: initial;
}

h2 {
    font-size: 36px;
}

#colophon {
    margin-top: 400px;
    padding: 20px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    border-top: 1px solid #9d9d9d;
}

#colophon * {
    margin: 0;
}

#backpage {
    display: none;
}