html,
body {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  margin: 0;
  overflow: hidden;
  background: #020604;
  -webkit-font-smoothing: antialiased;
}

body {
  position: fixed;
  inset: 0;
}

#swf-player {
  position: fixed;
  inset: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: #020604;
}

.ruffle-player {
  display: block;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: #020604;
}
