div#content {
    max-width: 80ch;
    padding-right: 22vw;
    font-size: 1.2rem;
    padding-bottom: 2vh;
    position: relative;
}

div#content img {
    width: 100%;
}

div#content > p {
    line-height: 120%;
}

h1.title {
    margin-bottom: 2em;
    text-align: center;
}

li {
    padding-bottom: 0.5em;
}

code {
    background-color: rgb(242, 242, 242);
    display: inline-block;
}

aside {
    position: absolute;
    right: 1vw;
    width: 19vw;
    font-size: 0.9rem;
}
