: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(163, 87, 0);
    --reg-btn: rgb(119, 90, 49);
    --banner-color: rgb(255,254,254);
    --text-btns: rgb(255,253,254);
    --header-bg: rgb(99, 66, 28);
    --footer-bg: rgb(91, 65, 41);
    --nav-acc-head-game-text: ;
    --nav-acc-head-game-bg: rgb(255, 223, 194);
    --acc-text-body: ;
    --acc-bg-body: ;
    --table-color: rgb(255,254,254);
    --table-even-bg: rgb(110, 80, 28);
    --table-odd-bg: rgb(82, 63, 30);
    --table-border: rgb(90, 75, 42);
}