:root {
    --main-bg: rgb(253,235,211);
    --main-text: rgb(97,98,97);
    --header-color: rgb(255,254,255);
    --footer-color: rgb(254,254,253);
    --login-btn: rgb(1,57,86);
    --reg-btn: rgb(2,93,138);
    --banner-color: rgb(254,254,253);
    --text-btns: rgb(253,254,255);
    --header-bg: rgb(14,139,189);
    --footer-bg: rgb(31,100,157);
}