:root {
    --main-bg: rgb(24,28,43);
    --main-text: rgb(254,255,253);
    --header-color: rgb(253,254,254);
    --footer-color: rgb(254,255,254);
    --login-btn: rgb(172,3,128);
    --reg-btn: rgb(171,0,129);
    --banner-color: rgb(254,255,254);
    --text-btns: rgb(253,254,253);
    --header-bg: rgb(35,34,57);
    --footer-bg: rgb(36,34,53);
}