:root {
    --main-bg: rgb(22,22,36);
    --main-text: rgb(255,255,253);
    --header-color: rgb(254,255,254);
    --footer-color: rgb(255,254,253);
    --login-btn: rgb(150,145,234);
    --reg-btn: rgb(71,237,126);
    --banner-color: rgb(174,151,251);
    --text-btns: rgb(23,33,40);
    --header-bg: rgb(20,21,37);
    --footer-bg: rgb(52,59,64);
}