:root {
    --main-bg: rgb(7,0,42);
    --main-text: rgb(254,255,245);
    --header-color: rgb(253,254,251);
    --footer-color: rgb(255,254,239);
    --login-btn: rgb(60,42,146);
    --reg-btn: rgb(130,64,3);
    --banner-color: rgb(254,255,250);
    --text-btns: rgb(253,255,246);
    --header-bg: rgb(8,1,44);
    --footer-bg: rgb(10,4,39);
    --nav-acc-head-game-bg: rgb(17,0,90);
    --table-color: rgb(255,255,246);
    --table-even-bg: rgb(25,14,70);
    --table-odd-bg: rgb(22,10,71);
    --table-border: rgb(4,3,4);
}