body {
  background: black;
  color:white;
}
body .btn {
  color:white;
}
canvas {
  position: fixed;
  top:0;
  left:0;
  z-index: -1;
}
