:root {
    --main-bg: rgb(13,19,22);
    --main-text: rgb(254,254,254);
    --header-color: rgb(254,253,255);
    --footer-color: rgb(253,255,254);
    --login-btn: rgb(46,45,62);
    --reg-btn: rgb(131,84,239);
    --banner-color: rgb(253,255,253);
    --text-btns: rgb(254,254,255);
    --header-bg: rgb(46,48,58);
    --footer-bg: rgb(1,1,1);
}