* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
  overflow: hidden;
  background: url("https://wallpapercave.com/wp/wp2100712.png");
}

.scene,
canvas {
  position: absolute;
  width: 100%;
  height: 100%;
}