:root {
    --main-bg: rgb(234, 251, 234);
    --main-text: rgb(3, 89, 52);
    --header-color: rgb(240, 255, 243);
    --footer-color: rgb(234, 251, 234);
    --login-btn: rgb(1, 132, 40);
    --reg-btn: rgb(46,88,41);
    --banner-color: rgb(224, 255, 238);
    --text-btns: rgb(255,253,254);
    --header-bg: rgb(21, 55, 16);
    --footer-bg: rgb(22,12,13);
    --nav-acc-head-game-text: ;
    --nav-acc-head-game-bg: rgb(198, 255, 194);
    --acc-text-body: ;
    --acc-bg-body: ;
    --table-color: rgb(224, 255, 238);
    --table-even-bg: rgb(53,15,19);
    --table-odd-bg: rgb(3, 68, 28);
    --table-border: rgb(42,89,42);
}