html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #DDB681;
  font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

#stage {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DDB681;
  background-image: url('assets/ui/wood-tabletop.jpg?v=1.2.7');
  background-size: cover;
  background-position: center;
}

#game {
  display: block;
  background: transparent;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  outline: none;
}
