html,
body {
  height: 100%;
}

body {
  margin: 0;
  background: #0a0a0a;
  overflow: hidden;
}

#flutter-host {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #0a0a0a;
}

flutter-view {
  display: block;
  width: 100%;
  height: 100%;
}

flt-glass-pane {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
