body {
    font-size: 16px;
    color: #202020;
    background-color: linen;
    font-family: monospace;
}
p {
    white-space: pre-wrap;
    line-height: 1.35;
}

img {
    user-select: none;
}

ol {
    list-style-type: decimal;
}
li {
    padding-top: 3px;
}