 
body {
    background-color: #000;
    color: #00ff00;
    font-family: 'Courier New', Courier, monospace;
}

#terminal {
    width: 100%;
    height: 100vh;
    --color: #00ff00; /* Green text */
}

.terminal-prompt, .terminal-output div {
    font-family: 'Courier New', Courier, monospace;
}
