html,
body,
#scene {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

body {
  background: #000;
}

#scene {
  display: block;
  filter: contrast(2.2) saturate(1.5);
}
