:root {
    --main-bg: rgb(255,254,254);
    --main-text: rgb(32,30,29);
    --header-color: rgb(214,214,212);
    --footer-color: rgb(218,218,218);
    --login-btn: rgb(197,2,1);
    --reg-btn: rgb(105,86,21);
    --banner-color: rgb(254,0,2);
    --text-btns: rgb(253,255,255);
    --header-bg: rgb(1,2,0);
    --footer-bg: rgb(1,0,0);
}