.fire_works{
  position: absolute;
  left: 0px;
  top: 300px;
  width: 100%;
  height: 100vh;
  z-index: -1;
  display: none;
}

.firework_show canvas{
display: block;
  }

