:root {
    --color: #aaa;
    --background: #000;
    --size: 1.2;
    --font: monospace;
    /* --glow: 1 */
    --animation: terminal-blink;
}

.command {
    cursor: pointer;
}

@media screen and (min-width: 1200px) {
    :root {
        --size: 1.4;
    }
}