h1 {
    text-align: center;
}

.repl-text {
    color: #e0ceed;
    background-color: #110e13;
    font-size: 12pt;
    font-family: monospace;
}

.repl {
    display: flex;
    flex-direction: column;
    white-space: pre;
    padding: 1rem;
    border-radius: 4px;
    height: calc(100vh - 3rem);
    overflow: auto;
}

.repl .log {
    white-space: pre-wrap;
    color: #e0ceed;
}

.repl .prompt {
    white-space: pre;
    display: flex;
    color: #6abe30;
}

.repl .prompt textarea {
    flex-grow: 100;
    border: 0;
    padding: 0;
    color: #e0ceed;
    background-color: #110e13;
}

.repl .prompt textarea:focus {
    outline:none;
}
