body {
  margin: 0;
  height: 100vh;
  font-family: Andale Mono;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FF69B4;
}
span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: transparent;
  white-space: nowrap;
  font-size: 48px;
  line-height: 2em;
}
span:before {
  content: 'FRAUDEUSE FISCALE';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  text-indent: 0;
  color: white;
}
span:hover {
  animation: show .8s linear forwards;
}
@keyframes show {
  93% {
    color: transparent;
  }
  94% {
    color: white;
  }
  100% {
    color: white;
  }
}
span:hover:before {
  animation: texte .8s linear forwards;
}
@keyframes texte {
  0 {
    content: '4@,3SAfcAi;9,bT4f';
  }
  10% {
    content: '$R6?4dij{qS<7Yh7r';
  }
  20% {
    content: '+BDs73s;[u3^4Lgga';
  }
  30% {
    content: '{qS<7Yc7+BDs73f;a';
  }
  50% {
    content: 'Ai;9,bTa4$R6?4dSju';
  }
  60% {
    content: '[o3^4LglAi;9,bT4d';
  }
  70% {
    content: 'qoj4Bey-?4dSj{qSe';
  }
  80% {
    content: 'GonQ5Tye4LggAi;s';
  }
  90% {
    content: 'FFFFFFFFfffffffff';
  }
  100% {
    content: '';
  }
}

p {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.touch .no-hover {
  display: none !important; 
}