body {
    --header-text-color: rgb(255, 255, 255);
    --header-background: linear-gradient(180deg, rgba(33, 61, 124) 0%, rgba(33, 61, 124, 0.7) 70%, transparent 100%);
    --footer-background: linear-gradient(0deg, rgb(71, 68, 78) 0%, rgba(71, 68, 78, 0.7) 70%, transparent 100%);
    --footer-text-color: rgb(255, 255, 255);
    --photo-background-color: rgb(0, 0, 0);

    --contact-background-color: rgba(204, 189, 128, 0.7);
    --contact-text-color: rgb(255, 255, 255);

    --details-background-color: rgba(204, 189, 128, 0.7);
    --details-text-color: rgb(255, 255, 255);

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