body {
    --header-text-color: rgb(236, 244, 249);
    --header-background: linear-gradient(180deg, rgba(48, 97, 130) 0%, rgba(48, 97, 130, 0.7) 70%, transparent 100%);
    --footer-background: linear-gradient(0deg, rgb(245, 252, 253) 0%, rgba(245, 252, 253, 0.7) 70%, transparent 100%);
    --footer-text-color: rgb(255, 255, 255);
    --photo-background-color: rgb(0, 0, 0);

    --contact-background-color: rgba(101, 156, 195, 0.7);
    --contact-text-color: rgb(218, 237, 250);

    --details-background-color: rgba(101, 156, 195, 0.7);
    --details-text-color: rgb(218, 237, 250);

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