:root {
    --main-bg: rgb(248, 242, 253);
    --main-text: rgb(62, 48, 69);
    --header-color: rgb(254, 253, 255);
    --footer-color: rgb(248, 242, 253);
    --login-btn: rgb(163, 0, 133);
    --reg-btn: rgb(74, 41, 87);
    --banner-color: rgb(250, 242, 253);
    --text-btns: rgb(255, 253, 254);
    --header-bg: rgb(140 100 160);
    --footer-bg: rgb(22, 12, 13);
    --nav-acc-head-game-text: ;
    --nav-acc-head-game-bg: rgb(239, 194, 255);
    --acc-text-body: ;
    --acc-bg-body: ;
    --table-color: rgb(250, 242, 253);
    --table-even-bg: rgb(46, 15, 52);
    --table-odd-bg: rgb(22, 12, 14);
    --table-border: rgb(42, 89, 42);
}