#title {
    width: 100%;
    text-align: center;
}

#content {
    display: grid;
    grid-template-columns: auto 1fr;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

#toc {
    border-right: 1px solid black;
}

#description {
    max-width: 99vw;
    max-height: 75vh;
    overflow: auto;
}

#title, #content, #toc, #description, .logo {
    padding: 1vh 1vw;
}

img {
    max-width: 25%;
    max-height: 25%;
}

.logo {
    float: right;
}

body {
    background: #EEEEEE;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#selfie {
    max-width: 10vmin;
    max-height: 10vmin;
    position: fixed;
    left: 0;
    top: 0;
    padding: 1vh 1vw;
}