body {
    --header-text-color: rgb(255, 255, 255);
    --header-background: linear-gradient(180deg, rgba(74, 127, 163) 0%, rgba(74, 127, 163, 0.9) 90%, transparent 100%);
    --footer-background: linear-gradient(0deg, rgb(74, 127, 163) 0%, rgba(74, 127, 163, 0.9) 90%, transparent 100%);
    --footer-text-color: rgb(255, 255, 255);
    --photo-background-color: rgb(74, 127, 163);

    --contact-background-color: rgba(43, 43, 43, 0.85);
    --contact-text-color: rgb(255, 255, 255);

    --details-background-color: rgba(43, 43, 43, 0.85);
    --details-text-color: rgb(255, 255, 255);

    --follow-listing-color: rgb(0, 0, 0);
}
