:root {
    --main-bg: rgb(221, 253, 235);
    --main-text: rgb(44, 68, 54);
    --header-color: rgb(254, 253, 255);
    --footer-color: rgb(221, 253, 235);
    --login-btn: rgb(0, 163, 71);
    --reg-btn: rgb(46, 88, 41);
    --banner-color: rgb(228, 251, 231);
    --text-btns: rgb(218, 251, 237);
    --header-bg: rgb(77 132 98);
    --footer-bg: rgb(22, 12, 13);
    --nav-acc-head-game-text: ;
    --nav-acc-head-game-bg: rgb(194, 255, 209);
    --acc-text-body: ;
    --acc-bg-body: ;
    --table-color: rgb(228, 251, 231);
    --table-even-bg: rgb(53, 15, 19);
    --table-odd-bg: rgb(22, 12, 14);
    --table-border: rgb(42, 89, 42);
}