body{
  margin: 0;
  background-color: blue;
}

h1{
  font-size: 10em;
  position: absolute;
  font: sans-serif;

}

canvas#scene{
  position: absolute;
  z-index: 9;
  top:0;
  left:0;
  /* width: 100%;
  height:100%; */
}



#animation { 
  background-repeat: no-repeat; 
  height: 102px; 
  width: 140px; 
}

.gif {
  position: absolute;
  z-index: 10;
  top:300px;
  left: 500px;;
}