html, body {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #050913;
}
#game {
  display: block;
  width: 100vw;
  height: 100vh;
  touch-action: none;
  cursor: crosshair;
}
#vg-link {
  position: fixed;
  right: 14px;
  bottom: 10px;
  z-index: 20;
  color: #92a5c8;
  font: 600 12px/1.2 system-ui, Segoe UI, Arial, sans-serif;
  text-decoration: none;
  opacity: .88;
  padding: 6px 8px;
  border-radius: 7px;
  background: rgba(5, 9, 19, .58);
  border: 1px solid rgba(51, 71, 111, .45);
}
#vg-link:hover, #vg-link:focus-visible {
  color: #e8f0ff;
  opacity: 1;
  outline: none;
  border-color: rgba(94, 231, 255, .65);
}
