:root {
    --main-bg: rgb(1,0,0);
    --main-text: rgb(254,253,254);
    --header-color: rgb(253,255,254);
    --footer-color: rgb(178,174,172);
    --login-btn: rgb(68,253,223);
    --reg-btn: rgb(150,254,183);
    --banner-color: rgb(255,255,253);
    --text-btns: rgb(1,1,1);
    --header-bg: rgb(34,32,32);
    --footer-bg: rgb(1,1,1);
}