body {
    background-color: #0d1117;
    color: #00ff88;
    font-family: "Courier New", monospace;
    padding: 40px;
}

.terminal {
    max-width: 800px;
}

/* Add pre-wrap so \n and spaces in JS strings work */
#output {
    white-space: pre-wrap;
    word-wrap: break-word;
}

input {
    background: none;
    border: none;
    color: #00ff88;
    outline: none;
    font-family: inherit;
    font-size: inherit;
    width: 90%;
}
