:root {
    --main-bg: rgb(1,10,15);
    --main-text: rgb(254,253,250);
    --header-color: rgb(255,255,254);
    --footer-color: rgb(254,254,254);
    --login-btn: rgb(15,54,59);
    --reg-btn: rgb(16,67,47);
    --banner-color: rgb(253,252,251);
    --text-btns: rgb(250,251,251);
    --header-bg: rgb(2,12,13);
    --footer-bg: rgb(3,13,15);
    --nav-acc-head-game-bg: rgb(16,37,40);
    --table-color: rgb(251,252,251);
    --table-even-bg: rgb(13,31,33);
    --table-odd-bg: rgb(9,25,14);
    --table-border: rgb(249,191,114);
}