:root {
    --main-bg: rgb(0,2,0);
    --main-text: rgb(253,254,254);
    --header-color: rgb(255,255,253);
    --footer-color: rgb(255,255,255);
    --login-btn: rgb(19,184,253);
    --reg-btn: rgb(246,85,193);
    --banner-color: rgb(255,254,253);
    --text-btns: rgb(0,1,0);
    --header-bg: rgb(13,13,15);
    --footer-bg: rgb(7,8,9);
    --nav-acc-head-game-bg: rgb(27,26,28);
    --table-color: rgb(254,254,255);
    --table-even-bg: rgb(13,11,13);
    --table-odd-bg: rgb(27,25,25);
    --table-border: rgb(250,86,191);
}