/* XstreamGame – base */
body {
  margin: 0;
  font-family: system-ui, Arial, sans-serif;
  background: #111;
  color: #eee;
}

h1 {
  font-size: 20px;
}
