:root {
    --main-bg: rgb(35, 16, 63);
    --main-text: rgb(248, 245, 255);
    --header-color: rgb(255, 239, 176);
    --footer-color: rgb(244, 224, 146);
    --login-btn: rgb(240, 198, 83);
    --reg-btn: rgb(122, 75, 214);
    --banner-color: rgb(255, 255, 255);
    --text-btns: rgb(24, 12, 43);
    --header-bg: rgb(22, 10, 42);
    --footer-bg: rgb(17, 8, 33);
    --nav-acc-head-game-bg: rgb(57, 28, 96);
    --table-color: rgb(255, 249, 232);
    --table-even-bg: rgb(45, 22, 76);
    --table-odd-bg: rgb(57, 29, 94);
    --table-border: rgb(190, 145, 72);
    --acc-bg-body: rgb(29, 13, 52);
    --acc-text-body: rgb(248, 245, 255);
}