


@keyframes myAnimation {
/* The animation will start with light blue font */
from { color: #CCCCFF; }
/* And will gradually change to black font */
to { color: #000000; }
}