:root {
    --main-bg: rgb(9,3,21);
    --main-text: rgb(254,254,255);
    --header-color: rgb(254,254,255);
    --footer-color: rgb(253,255,254);
    --login-btn: rgb(95,74,131);
    --reg-btn: rgb(12,98,73);
    --banner-color: rgb(254,253,255);
    --text-btns: rgb(254,255,254);
    --header-bg: rgb(16,7,30);
    --footer-bg: rgb(17,8,30);
}