#terminalOutput{

    background:#000;

    color:#00ff00;

    font-family:Consolas, monospace;

    font-size:14px;

    height:400px;

    overflow-y:auto;

    padding:15px;

    white-space:pre-wrap;

    border-radius:6px;

}

#terminalCommand{

    font-family:Consolas, monospace;

}