
#canvas {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.plane {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.plane img {
  display: none;
}


h1 {
  position: relative;
  z-index: -1;

}

h1 .hi {
  display: inline-block;
  font-weight: 300;
}



h1 .box {
  position: absolute;
  bottom: 0;
  display: inline-block;

}