body {
    margin: 0px;
    box-sizing: border-box;
}
#canvas {
  position: fixed;
  z-index: -100;
}

#filtertwo {
  position: fixed;
  z-index: 50;
}