body:not(.debug) #debug-tools {
  display: none;
}

#debug-window {
  position: fixed;
  top: 25vh;
  left: 25vw;
  z-index: 1000;
  background: white;
  display: none;
  flex-direction: column;
}

#debug-window.show {
  display: flex;
}

#debug-window iframe {
  height: 50vh;
  width: 50vw;
}