main {
    font-size: 16pt;
}
details {
    width: 100%;
    box-sizing: border-box;
    margin: 8px 0;
    text-align: left;
}
details p {
    text-align: left;
    text-indent: 24px;
}
.noindent {
    text-indent: 0;
}
ol {
    font-family: Courier, "Courier New", monospace;
    margin: 0;
}
summary {
    font-weight: bold;
    cursor: pointer;
    font-family: Courier, "Courier New", monospace;
}
img {
    image-rendering: crisp-edges;
}
#img {
    text-align: center;
    margin: 16px 0;
}