﻿@keyframes image-loading {
    from {
        background-color: hsl(0 0% 91.8%);
    }
    to {
        background-color: hsl(0 0% 86.8%);
    }
}

