:root {
    --main-bg: rgb(18,18,19);
    --main-text: rgb(255,255,254);
    --header-color: rgb(254,241,3);
    --footer-color: rgb(238,209,25);
    --login-btn: rgb(238,210,23);
    --reg-btn: rgb(218,222,221);
    --banner-color: rgb(254,253,254);
    --text-btns: rgb(1,1,1);
    --header-bg: rgb(2,5,4);
    --footer-bg: rgb(8,6,6);
}