body {
    --header-text-color: rgb(255, 255, 255);
    --header-background: linear-gradient(180deg, rgba(118, 149, 210) 0%, rgba(118, 149, 210, 0.5) 50%, transparent 100%);
    --footer-background: linear-gradient(0deg, rgb(118, 149, 210) 0%, rgba(118, 149, 210, 0.5) 50%, transparent 100%);
    --footer-text-color: rgb(255, 255, 255);
    --photo-background-color: rgb(77, 88, 123);

    --contact-background-color: rgba(255, 255, 255, 0.5);
    --contact-text-color: rgb(0, 0, 0);

    --details-background-color: rgba(255, 255, 255, 0.5);
    --details-text-color: rgb(0, 0, 0);

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