:root {
    --main-bg: rgb(1,30,10);
    --main-text: rgb(254,255,254);
    --header-color: rgb(255,254,254);
    --footer-color: rgb(255,255,254);
    --login-btn: rgb(27,78,21);
    --reg-btn: rgb(137,18,27);
    --banner-color: rgb(254,255,254);
    --text-btns: rgb(255,255,255);
    --header-bg: rgb(16,74,33);
    --footer-bg: rgb(4,49,11);
}