/* Sin fondo: LIVE Studio y OBS ponen esta pagina encima del juego. */
html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
}

iframe {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}

p {
  display: inline-block;
  margin: 16px;
  padding: 12px 16px;
  border-radius: 8px;
  background: rgb(0 0 0 / 70%);
  color: #fff;
  font: 600 24px system-ui, sans-serif;
}
