:root {
    --main-bg: rgb(255,255,253);
    --main-text: rgb(42, 35, 35);
    --header-color: rgb(254,253,255);
    --footer-color: rgb(255,255,253);
    --login-btn: rgb(163,0,0);
    --reg-btn: rgb(87, 41, 41);
    --banner-color: rgb(255,254,254);
    --text-btns: rgb(255,253,254);
    --header-bg: rgb(229, 164, 167);
    --footer-bg: rgb(22,12,13);
    --nav-acc-head-game-text: ;
    --nav-acc-head-game-bg: rgb(255,194,194);
    --acc-text-body: ;
    --acc-bg-body: ;
    --table-color: rgb(255,254,254);
    --table-even-bg: rgb(53,15,19);
    --table-odd-bg: rgb(22,12,14);
    --table-border: rgb(42,89,42);
}