:root {
    --main-bg: rgb(29,33,39);
    --main-text: rgb(253,255,255);
    --header-color: rgb(255,254,254);
    --footer-color: rgb(254,253,254);
    --login-btn: rgb(253,237,107);
    --reg-btn: rgb(254,237,104);
    --banner-color: rgb(253,255,254);
    --text-btns: rgb(1,1,1);
    --header-bg: rgb(24,22,27);
    --footer-bg: rgb(25,20,30);
}