:root {
        --bg1: #000000;
        --fg1: #ffffff;
        --hl1: #008f11;

        --bg2: #0d0208;
        --fg2: #e0e0e0;
        --hl2: #00ff41;

        --hl3: #003b00;
        --hl4: #003b00;

        /* I tried changing the svg colors with JS but I went mad in the process */
        --bg-img: url("/img/bg-matrix.svg");
}
