.terminal { height:100%; display:flex; flex-direction:column; background:#000; color:#0f0; font-family:Monaco,monospace; font-size:12px; padding:4px; }
.terminal .output { flex:1; overflow-y:auto; }
.terminal .input { border:none; outline:none; background:#000; color:#0f0; font-family:inherit; font-size:inherit; }
