body {
    --header-text-color: rgb(225, 225, 225);
    --header-background: linear-gradient(180deg, rgba(204, 64, 22) 0%, rgba(204, 64, 22, 0.7) 70%, transparent 100%);
    --footer-background: linear-gradient(0deg, rgb(107, 100, 100) 0%, rgba(107, 100, 100, 0.7) 70%, transparent 100%);
    --footer-text-color: rgb(255, 255, 255);
    --photo-background-color: rgb(0, 0, 0);

    --contact-background-color: rgba(84, 79, 79, 0.7);
    --contact-text-color: rgb(225, 225, 225);

    --details-background-color: rgba(123, 112, 111, 0.7);
    --details-text-color: rgb(225, 225, 225);

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