html,
body {
  position: relative;
  width: 100%;
  height: 100%;
}

body {
  background-color: transparent;
  margin: 0;
}

canvas {
  position: absolute;
  filter: url("#flame");
}
