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

    --contact-background-color: rgba(34, 34, 34, 0.66);
    --contact-text-color: rgb(255, 255, 255);

    --details-background-color: rgba(34, 34, 34, 0.66);
    --details-text-color: rgb(255, 255, 255);

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