:root {
    --main-bg: rgb(7,1,43);
    --main-text: rgb(253,254,245);
    --header-color: rgb(255,255,250);
    --footer-color: rgb(255,255,238);
    --login-btn: rgb(60,42,145);
    --reg-btn: rgb(131,63,2);
    --banner-color: rgb(255,254,252);
    --text-btns: rgb(254,255,245);
    --header-bg: rgb(7,0,45);
    --footer-bg: rgb(7,2,38);
    --nav-acc-head-game-bg: rgb(18,1,90);
    --table-color: rgb(254,254,247);
    --table-even-bg: rgb(23,16,73);
    --table-odd-bg: rgb(22,10,71);
    --table-border: rgb(253,255,247);
}