:root { color-scheme: dark; background: #000; }
html, body { width: 100%; height: 100%; margin: 0; overflow: hidden; background: #000; cursor: default; }
#fart {
  position: fixed;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  border-radius: 0;
  background: transparent;
  appearance: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
html.playing, html.playing body { cursor: url("assets/whoosh.svg") 3 2, default; }
