body {
    background-color: #000;
    font-family: 'Courier New', Courier, monospace;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#terminal {
    width: 100vw;
    height: 100vh;
    padding: 1em;
    box-sizing: border-box;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 1.2rem;
}