:root {
    --main-bg: rgb(2,10,26);
    --main-text: rgb(254,254,255);
    --header-color: rgb(254,254,255);
    --footer-color: rgb(255,253,254);
    --login-btn: rgb(254,227,99);
    --reg-btn: rgb(253,230,100);
    --banner-color: rgb(254,254,255);
    --text-btns: rgb(0,2,0);
    --header-bg: rgb(14,16,41);
    --footer-bg: rgb(13,15,40);
}