body {
    background-color: black;
    color: limegreen;
    font-family: "Courier New", monospace;
    padding: 10px;
}

#terminal {
    width: 100%;
    max-width: 800px;
    margin: auto;
    border: 2px solid limegreen;
    padding: 10px;
    height: 400px;
    overflow-y: auto;
}

#output {
    white-space: pre-wrap;
    font-size: 16px;
}

.input-line {
    display: flex;
}

.prompt {
    margin-right: 5px;
}

#commandInput {
    background: black;
    border: none;
    color: limegreen;
    font-size: 16px;
    font-family: "Courier New", monospace;
    width: 100%;
    outline: none;
}
