/* night #2c2a4a, cream #f5efe3, gold #c9a25e — the studio palette */
html, body {
  margin: 0;
  height: 100%;
  background: #2c2a4a;
  overflow: hidden;
  font-family: Palatino, Georgia, serif;
  -webkit-user-select: none;
  user-select: none;
}
#c {
  position: fixed;
  inset: 0;
  touch-action: none;
}
#hint {
  position: fixed;
  top: 44%;
  left: 0;
  right: 0;
  text-align: center;
  color: #f5efe3;
  opacity: 0.35;
  font-size: 17px;
  letter-spacing: 0.06em;
  pointer-events: none;
  transition: opacity 1.2s ease;
}
#hint.gone {
  opacity: 0;
}
#masthead {
  position: fixed;
  bottom: 7%;
  left: 0;
  right: 0;
  text-align: center;
  color: #f5efe3;
  opacity: 0.22;
  font-size: 15px;
  letter-spacing: 0.14em;
  pointer-events: none;
}
