:root {
    --main-bg: rgb(16,20,25);
    --main-text: rgb(255,253,254);
    --header-color: rgb(255,254,254);
    --footer-color: rgb(255,255,254);
    --login-btn: rgb(217,254,0);
    --reg-btn: rgb(220,255,0);
    --banner-color: rgb(255,254,255);
    --text-btns: rgb(0,0,1);
    --header-bg: rgb(46,48,61);
    --footer-bg: rgb(0,1,2);
}