:root {
    --text: #fbfefd;
    --background: hsl(340, 63%, 3%);
    --primary:  hsl(340, 71%, 30%);
    --secondary: hsl(340, 71%, 80%);
    --accent: hsl(340, 71%, 51%);
    --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);
}