:root {
    --main-bg: rgb(16,18,44);
    --main-text: rgb(255,255,254);
    --header-color: rgb(254,255,255);
    --footer-color: rgb(255,253,255);
    --login-btn: rgb(15,78,156);
    --reg-btn: rgb(3,39,95);
    --banner-color: rgb(253,255,254);
    --text-btns: rgb(253,255,255);
    --header-bg: rgb(1,13,24);
    --footer-bg: rgb(13,12,29);
}