:root {
    --main-bg: rgb(19,14,17);
    --main-text: rgb(254,255,255);
    --header-color: rgb(254,255,254);
    --footer-color: rgb(255,255,254);
    --login-btn: rgb(145,76,218);
    --reg-btn: rgb(144,77,219);
    --banner-color: rgb(254,255,254);
    --text-btns: rgb(254,255,255);
    --header-bg: rgb(52,10,87);
    --footer-bg: rgb(18,14,20);
}