.c-matrix_bar, .c-matrix_bar_double
{
  color: rgb(32, 225, 14);
  animation: c-matrix-testo 3s infinite;
}

.c-matrix-text
{
  color: rgb(32, 225, 14);
  animation: c-matrix-testo 3s infinite;
}

.bg-c-matrix
{
  color: white;
  background: rgb(32, 225, 14);
  animation: c-matrix-sfondo 3s infinite;
}

.hr-c-matrix
{
  height: 3px;
  width: 100%;

  background: rgb(32, 225, 14);
  animation: c-matrix-sfondo 3s infinite;
}

.slim-hr-c-matrix
{
  height: 1px;
  width: 100%;

  background: rgb(32, 225, 14);
  animation: c-matrix-sfondo 3s infinite;
}

@keyframes c-matrix-testo {
    0% {color: rgb(32, 225, 14);}
    50% {color: rgb(32, 140, 14);}
    100$ {color: rgb(32, 225, 14);}
}

@keyframes c-matrix-sfondo {
    0% {background: rgb(32, 225, 14);}
    50% {background: rgb(32, 140, 14);}
    100$ {background: rgb(32, 225, 14);}
}
