.flashing{animation:red-flash 1s infinite}@keyframes red-flash{0%{background-color:red}50%{background-color:#fcc}to{background-color:red}}
