#terminal {
    overflow-y: auto;
    resize: both;
    padding-left: 5px;
    background-color: black;
    color: white;
    outline: 1px solid grey;
}
#terminal * {
    overflow-anchor: none;
    white-space: pre;
}
#terminput {
    border: none;
    background: transparent;
    padding: 0px;
    font-size: 15px;
    width: 90%;
    color: white;
    overflow-anchor: auto;
}
#terminput:focus {
    outline:none;
    box-shadow:none;
}
.error {
    color:red;
}
.termhistory {
    font-size: 15px;
}
