#matrix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  display: block;
  pointer-events: none; /* très important pour que les clics passent au travers */
  background: transparent;
}

section{
  background: linear-gradient(grey,white);
}