@keyframes pulse-bg{0%{background-color:#ddd}50%{background-color:#d0d0d0}to{background-color:#ddd}}.loading{animation:pulse-bg 1s infinite}
