:root {
    --main-bg: rgb(8,4,60);
    --main-text: rgb(245,242,242);
    --header-color: rgb(253,248,249);
    --footer-color: rgb(241,240,239);
    --login-btn: rgb(238,237,237);
    --reg-btn: rgb(211,157,51);
    --banner-color: rgb(254,246,246);
    --text-btns: rgb(24,13,98);
    --header-bg: rgb(27,13,107);
    --footer-bg: rgb(7,1,64);
}