/*
 * Copyright (c) 2020-2021 Valère Monseur
 * Licensed under the terms of the MIT license - http://opensource.org/licenses/MIT
 */

body {
    color: #444;
    font-family: "Roboto Mono", monospace;
    font-size: 13px;
    margin-right: 13px;
    max-width: 100%;
    white-space: pre;
}
