.terminal-window {
    background-color: black;
    color: yellow;
    padding: 10px;
    border-radius: 5px;
    font-family: 'Courier New', Courier, monospace;
    height: 400px;
    overflow-y: scroll;
    white-space: pre;
}