:root {
    --main-bg: rgb(30,9,56);
    --main-text: rgb(253,255,254);
    --header-color: rgb(254,254,255);
    --footer-color: rgb(255,254,254);
    --login-btn: rgb(43,15,84);
    --reg-btn: rgb(172,0,89);
    --banner-color: rgb(253,253,254);
    --text-btns: rgb(255,253,253);
    --header-bg: rgb(37,13,75);
    --footer-bg: rgb(37,13,74);
}