@keyframes firstChange{from{color:white;margin-left:0px}to{color:red;margin-left:10px}}
@-moz-keyframes firstChange{from{color:white;margin-left:0px}to{color:red;margin-left:10px}}
@-webkit-keyframes firstChange{from{color:white;margin-left:0px}to{color:red;margin-left:10px}}
@-o-keyframes firstChange{from{color:white;margin-left:0px}to{color:red;margin-left:10px}}
.fontword:hover{animation:firstChange 2s;-moz-animation:firstChange 4s; -moz-animation-fill-mode:forwards;-webkit-animation:firstChange 2s;-o-animation:firstChange 2s; }
