.animate-character {
  font-family: impact;
  color: #fff;
  background-repeat: no-repeat;
}

.animate-character:hover {
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: url(../images/output.gif);
}
