/* Reset bàsic */
html, body {
  margin: 0;
  padding: 0;
  background: #000;
  color: #ffffff;
  overflow: hidden;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Text explicatiu */
#ui {
  position: fixed;
  top: 40px;
  left: 40px;
  max-width: 650px;
  z-index: 10;

  pointer-events: none; /* deixa passar el ratolí al canvas */

  /*mix-blend-mode: difference; /* queda molt bé sobre visuals */
}

#ui h1 {
  font-size: 34px;
  font-weight: 500;
  margin: 0 0 8px 0;
}

#ui p {
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 10px 0;
  opacity: 0.85;
}

#ui .hint {
  font-size: 20px;
  opacity: 0.6;
}
