pre {
    background: #1e1e1e;
    color: #d4d4d4;
    padding: 20px;
    border-radius: 8px;
    overflow-x: auto;
    font-family: Consolas, "Courier New", monospace;
    font-size: 15px;
    line-height: 1.5;
}

code {
    white-space: pre;
}