html, body {
  margin: 0;
  height: 100%;
}

body {
  background-color: #111;
}

* {
  border-radius: 0;
}

.container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#arcana,
#level-select,
#loading {
  width: 100%;
  height: 100%;
}

#game-container {
  position: relative;
  aspect-ratio: 400 / 640;
  min-height: 640px;
  width: 400px;
  height: 640px;
}

#game-container > * {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#level-select,
#loading {
  display: none;
}

#game {
  cursor: pointer;
}

#dialogue-left,
#dialogue-right {
  bottom: 0;
  width: 100%;
  height: 178px;
  pointer-events: none;
}

#flasher {
  margin: 0;
  width: 100%;
  height: 100%;
}
