:root {
    --text: #fbfefd;
    --background: #030d07;
    --primary: #168253;
    --secondary: #a8f0d1;
    --accent: #29db8d;
    --error: #bb0000;
    --round1: 10px;
    --round2: 25px;
    --border: solid var(--primary) 4px;
    /*let's see if we could remove the ones below*/
    --midblack: rgba(0, 0, 0, 0.82);
    --fulltransparent: rgba(255, 255, 255, 0);
    --verytransparent: rgba(255, 255, 255, 0.2);
    --lesstransparent: rgba(255, 255, 255, 0.3);
    --abittransparent: rgba(255, 255, 255, 0.8);
}