html,body{
 margin:0;
 background: #000000;
 overflow-x:hidden;
 overflow-y:hidden;

}

canvas{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}