:root {

    --body-font-family: serif;
    --cover-width: 600px;
    --cover-height: 885px;
}


#container {
    max-width: 90vw;
    position: relative;
    display: grid;
    grid-template-columns: var(--cover-width) var(--cover-width);
    grid-template-areas:
        "coverImg info"
        "coverImg TOC";
    justify-content: space-evenly;
    justify-items: center;
    align-items: center;
}

.coverImg {
    grid-area: coverImg;
    width: var(--cover-width);
}

#info {
    grid-area: info;
}

.TOC {
    grid-area: TOC;
}

main.docBody {

    max-width: 70ch;
    min-width: 45ch;
    margin: auto;
}

/* These are the styles written by google docs when exporting to html */
/* slightly edited */


.c0 {
    color: var(--font-color);
    font-weight: 400;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 1rem;
    font-family: var(--body-font-family);
    font-style: normal
}


.c1 {
    padding-top: 0pt;
    padding-bottom: 10pt;
    line-height: 1.5;
    orphans: 2;
    widows: 2;
    text-align: left
}


.c10 {
    font-weight: 400;
    font-size: 2.5rem;
    font-family: var(--body-font-family);
    font-style: normal
}


.c2 {
    background-color: var(--background-color);
    font-size: 1rem;
    font-family: var(--body-font-family);
    font-weight: 400
}


.c16 {
    background-color: var(--background-color);
    max-width: 451.4pt;
    padding: 72pt 72pt 72pt 72pt
}

.c3 {
    font-size: 1rem;
    font-family: var(--body-font-family);
    font-weight: 400
}

.c6 {
    color: var(--font-color);
    text-decoration: none;
    vertical-align: baseline
}

/* Used for empty line */
.c7 {
    height: 11pt
}

.c5 {
    font-style: italic
}

.c4 {
    margin-left: 36pt
}

li {
    color: var(--font-color);
    font-size: 1rem;
    font-family: var(--body-font-family)
}

p {
    margin: 0;
    color: var(--font-color);
    font-size: 1rem;
    font-family: var(--body-font-family)
}

h1 {
    padding-top: 18pt;
    color: var(--font-color);
    font-size: 2.5rem;
    padding-bottom: 10pt;
    font-family: var(--body-font-family);
    line-height: 1.5;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left
}