body {
    --header-text-color: rgb(255, 255, 255);
    --header-background: linear-gradient(180deg, rgba(255, 164, 0) 0%, rgba(255, 164, 0, 0.66) 66%, transparent 100%);
    --footer-background: linear-gradient(0deg, rgb(255, 164, 0) 0%, rgba(255, 164, 0, 0.66) 66%, transparent 100%);
    --footer-text-color: rgb(255, 255, 255);
    --photo-background-color: rgb(70, 35, 0);

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

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

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