body {
    background-color: black;
    color: white;
    font-family: monospace;
    font-size: 16px;
    overflow: hidden;
}

#console {
    overflow: auto;
    padding: 20px;
}

input {
    background-color: black;
    color: white;
    border: none;
    padding: 20px;
    font-family: monospace;
    font-size: 16px;
    position: relative;
    top: 0px;
}

input:focus {
    outline: none;
}