:root {
    --main-bg: rgb(3,12,16);
    --main-text: rgb(255,255,254);
    --header-color: rgb(255,255,253);
    --footer-color: rgb(186,174,172);
    --login-btn: rgb(154,23,102);
    --reg-btn: rgb(152,25,100);
    --banner-color: rgb(25,181,250);
    --text-btns: rgb(253,253,254);
    --header-bg: rgb(2,9,16);
    --footer-bg: rgb(3,11,15);
}