:root {
    --header-background: rgb(255, 255, 255);
    --main-background: rgb(255, 255, 255);
    --title-color: rgb(255, 38, 0);
    --text-color: rgb(0, 15, 64);
    --sloganColor: rgb(4, 108, 141);
    --link-color: rgb(4, 108, 141);
    --border-color: rgb(255, 140, 0);
    --button-color: rgb(77, 170, 87);
    --subTitleColor: rgb(0, 0, 0);
    --footer-background: rgb(219, 238, 210);

}