/*Constant variables used to have different themes*/
:root {
    --bg: #000;
    --text: #FFF;
    --font: Courier, monospace;
    --Dpurple1: #791E83;
    --Dpurple2: #AD2BBB;
    --Dorange: #E79C34;

}

