body, html {
    height: 100%;
    margin: 0;
    font-family: 'Courier New', Courier, monospace;
    background-color: #000;
    color: #0f0;
}

#terminal {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}
