.terminal, .cmd, .terminal .terminal-output div div, .cmd .prompt {
 --size: 1.2;
}

.terminal, .cmd .prompt, .cursor {
    --color: #797876;
}

.terminal::after {
    background: url("/robot.gif") no-repeat;
    background-color: #fff;
    background-size: contain;
    background-position: right;
    content: "";
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1  
}