html, body {
  margin: 0;
  padding: 0;
  background: #0a0f0c;
}

#app {
  position: relative;
  min-height: 100dvh;
}

.app-screen[hidden] {
  display: none !important;
}
