:root {
    --main-bg: rgb(255,255,253);
    --main-text: rgb(35,38,42);
    --header-color: rgb(254,253,255);
    --footer-color: rgb(255,255,253);
    --login-btn: rgb(112, 0, 163);
    --reg-btn: rgb(197, 104, 27);
    --banner-color: rgb(255,254,254);
    --text-btns: rgb(255,253,254);
    --header-bg: rgb(38, 16, 55);
    --footer-bg: rgb(22,12,13);
    --nav-acc-head-game-text: ;
    --nav-acc-head-game-bg: rgb(242, 176, 141);
    --acc-text-body: ;
    --acc-bg-body: ;
    --table-color: rgb(255,254,254);
    --table-even-bg: rgb(42, 15, 52);
    --table-odd-bg: rgb(22,12,14);
    --table-border: rgb(198, 115, 36);
}