body {
  background-color: #000;
  margin: 0;
}
#matrix-overlay {
  color: #00ff00;
  text-shadow: 1px 1px 20px #00ff00;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.wf-sawarabigothic {
  font-family: "Sawarabi Gothic";
  font-size: 16px;
  letter-spacing: 0px;
}
#canvas {
  width: 100%;
  height: 100%;
}