html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #0a0e27;
}

.dungeon-room {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: transparent;
}

.policy-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}

.policy-frame {
  width: 100%;
  height: 100%;
  border: none;
  background: #fff;
}
