#console-wrapper {
    width: 100vw;
    padding: 10px;
    display: none;
    z-index: 9999;
    position: absolute;
    bottom: 0;
    white-space: pre-wrap;
    background: #111;
    color: #0f0;
}

#console {
    height: 200px;
    overflow-y: scroll;
}

#console-input {
    width: 100%;
    background: #2d2d2d;
    color: white;
    height: 50px;
}
