body {
    --header-text-color: rgb(255, 255, 255);
    --header-background: linear-gradient(180deg, rgba(161, 11, 11) 0%, rgba(161, 11, 11, 0.66) 66%, transparent 100%);
    --footer-background: linear-gradient(0deg, rgb(161, 9, 9) 0%, rgba(161, 9, 9, 0.66) 66%, transparent 100%);
    --footer-text-color: rgb(255, 255, 255);
    --photo-background-color: rgb(11, 46, 107);

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

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

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