:root {
    --main-bg: rgb(19,51,38);
    --main-text: rgb(255,254,255);
    --header-color: rgb(255,254,255);
    --footer-color: rgb(255,255,255);
    --login-btn: rgb(254,254,255);
    --reg-btn: rgb(243,106,126);
    --banner-color: rgb(254,253,254);
    --text-btns: rgb(1,1,2);
    --header-bg: rgb(36,93,69);
    --footer-bg: rgb(34,91,67);
}