pre {
    background-color: #1e1e1e;
    padding: 10px;
    overflow-x: auto;
    color: #fff;
    max-height: 700px;
}

code {
    font-family: monospace;
}

.text-green {
    color: #48bb78;
    font-weight: bold;
}

.text-red {
    color: #f56565;
    font-weight: bold;
}