body {
  max-width: 600px;
  margin: 80px auto;
  padding: 0 24px;
  font-family: 'Faculty Glyphic', sans-serif;
  background: #1a1a1a;
  color: #999;
  line-height: 1.6;
}

h1, a { color: #fff; }

h1 {
  font-size: 1rem;
  font-weight: normal;
  margin: 0 0 1rem;
}

hr {
  border: none;
  border-top: 1px solid #333;
  margin: 2rem 0;
}

#bonsai { font-family: monospace; font-size: 0.7rem; line-height: 1.2; width: 80ch; margin: 3rem auto 0; overflow: hidden; display: block; }
#bonsai .wb { color: #ffff55; }
#bonsai .wd { color: #aaaa00; }
#bonsai .ll { color: #55ff55; }
#bonsai .ld { color: #00aa00; }
#bonsai .tx { color: #888888; }

* { cursor: none; }

#cursor {
  position: fixed;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(180, 180, 180, 0.15);
  border: 1px solid rgba(180, 180, 180, 0.35);
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.08s ease;
  z-index: 9999;
}
