:root {
    --main-bg: rgb(24,28,36);
    --main-text: rgb(255,255,254);
    --header-color: rgb(255,254,255);
    --footer-color: rgb(255,254,255);
    --login-btn: rgb(92,90,91);
    --reg-btn: rgb(183,72,13);
    --banner-color: rgb(254,254,255);
    --text-btns: rgb(254,254,255);
    --header-bg: rgb(35,41,44);
    --footer-bg: rgb(35,40,45);
}