@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,300;0,400;1,600&display=swap');

body {
    font-family: 'IBM Plex Mono', monospace;
    color: #eee;
    background: #120825;
    font-size: 1rem;
}

main {
    display: flex;
    flex-direction: column;
    line-height: 1.5em;
}

main input {
    border: none;
    color: inherit;
    background: none;
    outline: none;
    font: inherit;
}

line {
    display: flex;
}

line input {
    flex-grow: 1;
}

.in:before {
    content: '\003E';
}