html, body {
    position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
     background-color: #000000;
}

#library {
display: none;
}

#stage {
	position: absolute;
	top: 0px; 
	left:0px;
}
#hanabi {
	position: absolute;
	top: 0px; 
	left:0px;
}
#canvas{
    color: aliceblue;
    font-size: 24px;
    text-align: center;
    z-index: 10;
}
