:root {
    --main-bg: rgb(240, 173, 173);
    --main-text: rgb(35,38,42);
    --header-color: rgb(255, 214, 214);
    --footer-color: rgb(240, 173, 173);
    --login-btn: rgb(163,0,0);
    --reg-btn: rgb(87, 41, 41);
    --banner-color: rgb(253, 221, 221);
    --text-btns: rgb(255, 229, 229);
    --header-bg: rgb(72, 20, 20);
    --footer-bg: rgb(72, 40, 40);
    --nav-acc-head-game-text: ;
    --nav-acc-head-game-bg: rgb(255,194,194);
    --acc-text-body: ;
    --acc-bg-body: ;
    --table-color: rgb(253, 221, 221);
    --table-even-bg: rgb(53,15,19);
    --table-odd-bg: rgb(55, 6, 6);
    --table-border: rgb(90, 42, 42);
}