body {
    background: #111;
    color: #0f0;
    font-family: monospace;
    padding: 20px;
}

pre {
    background: #000;
    padding: 12px;
    overflow-x: auto;
}

#logs {
    white-space: pre-wrap;
    word-break: break-word;
    overflow-wrap: anywhere;

        height: 600px;

    overflow-y: auto;
    overflow-x: hidden;

    white-space: pre-wrap;
    word-break: break-word;
    overflow-wrap: anywhere;

    font-family: monospace;

    background: #000;
    color: #00ff00;

    padding: 10px;
}