:root {
    --main-bg: rgb(21,19,22);
    --main-text: rgb(254,254,254);
    --header-color: rgb(254,254,255);
    --footer-color: rgb(254,254,255);
    --login-btn: rgb(197,254,31);
    --reg-btn: rgb(199,252,32);
    --banner-color: rgb(255,255,255);
    --text-btns: rgb(0,0,1);
    --header-bg: rgb(19,19,21);
    --footer-bg: rgb(26,27,31);
}