:root {
    --main-bg: rgb(235, 250, 255);
    --main-text: rgb(18, 36, 89);
    --header-color: rgb(221, 242, 253);
    --footer-color: rgb(235, 250, 255);
    --login-btn: rgb(0, 109, 163);
    --reg-btn: rgb(46,88,41);
    --banner-color: rgb(229, 250, 255);
    --text-btns: rgb(255,253,254);
    --header-bg: rgb(25, 47, 82);
    --footer-bg: rgb(30, 38, 56);
    --nav-acc-head-game-text: ;
    --nav-acc-head-game-bg: rgb(194, 223, 255);
    --acc-text-body: ;
    --acc-bg-body: ;
    --table-color: rgb(229, 250, 255);
    --table-even-bg: rgb(23, 51, 68);
    --table-odd-bg: rgb(14, 52, 68);
    --table-border: rgb(42, 66, 90);
}