:root {
    --main-bg: rgb(35,36,64);
    --main-text: rgb(255,254,254);
    --header-color: rgb(253,254,255);
    --footer-color: rgb(255,254,255);
    --login-btn: rgb(30,27,54);
    --reg-btn: rgb(21,102,54);
    --banner-color: rgb(254,253,253);
    --text-btns: rgb(253,255,255);
    --header-bg: rgb(45,50,87);
    --footer-bg: rgb(47,50,88);
}