body {
    font-family: 'Projekt Blackbird';
}

#content {
    padding: 20px;
}

#cover {
    display: none;
}

section h1 {
    font-weight: normal;
    font-style: normal;
}

img {
    max-width: 200px;
}

#container {
    display: flex;
}

#chapter-104 {
    width: 400px;
    text-align: justify;
    text-justify: inter-word;
    margin-right: 180px;
}

.photo img {
    margin-bottom: 10px;
    filter: grayscale(100%);
}

#description {
    width: 200px;
    margin-top: 10px;
    text-align: justify;
    text-justify: inter-word;
    font-size: 12px;
}

#description h1 {
    text-align: left;
}

.highlight {
    background-color: yellow;
}

.bold{
    font-weight: bold;
}

/*
.number {
    background-color: #000;
    color: #fff;
}
*/

figcaption {
    font-size: 12px;
}

section.colophone {
    display: none;
}