html, body {
  margin: 0;
  padding: 0;
  background: transparent;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#chatters-count {
  display: inline-flex;
  align-items: center;

  border-radius: 999px;

  background: rgba(34, 34, 34, 1.20);
  color: #fff;

  font-size: 26px;         /* same as balance */
  font-weight: 700;

  white-space: nowrap;

  text-shadow: 0 0 0px rgba(0, 0, 0, 1);
  backdrop-filter: blur(4px);
border: 1px solid rgba(255, 255, 255, 0.15);
padding: 2px 6px;

}

