:root {
    --main-bg: rgb(230,233,233);
    --main-text: rgb(33,38,42);
    --header-color: rgb(253,1,0);
    --footer-color: rgb(16,15,13);
    --login-btn: rgb(15,87,126);
    --reg-btn: rgb(15,87,125);
    --banner-color: rgb(195,196,168);
    --text-btns: rgb(250,251,249);
    --header-bg: rgb(251,249,249);
    --footer-bg: rgb(228,232,234);
}