html, body {
  margin: 0;
  height: 100%;
  background: #0a0e14;
  overflow: hidden;
}

#tree {
  display: block;
  width: 100vw;
  height: 100vh;
}

#caption {
  position: fixed;
  left: 26px;
  bottom: 20px;
  color: #cdbb93;
  font: 600 12px/1.4 system-ui, -apple-system, sans-serif;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.6;
  pointer-events: none;
}
