
.fireworks-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
}

.fireworks-container > canvas {
  cursor: crosshair;
}

#fireworks-audio {
	display: block;
	background-color: white;
	position: fixed;
	bottom: 0;
	left: auto;
	right: 0;
	padding: 10px;
	margin: 10px;
	border-radius: 10px;
}