: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,0,0);
    --reg-btn: rgb(87, 50, 41);
    --banner-color: rgb(255,254,254);
    --text-btns: rgb(255,253,254);
    --header-bg: rgb(206 143 123);
    --footer-bg: rgb(109, 34, 41);
    --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(82, 20, 27);
    --table-odd-bg: rgb(84, 48, 29);
    --table-border: rgb(90, 57, 42);
}