#solution_screen,
#blackscreen {
  position: absolute;
  top:0;
  left:0;

  height: 100vh;
  width: 100vw;

  background-color: #000;

  z-index: 9999;
}

#bluescreen {
  position:absolute;
  padding: 40px;
  font-size: 20px;

  top: 0;
  left: 0;

  height: 100vh;
  width: 100vw;

  background-color: rgb(0, 0, 161);
  color: white;

  font-family: 'ClaCon2', 'Pixelated MS Sans Serif', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

  z-index: 9999;
}

/* Solution-specific styles */
#solution_screen {
  font-family: "Pixelated MS Sans Serif", Arial;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  color: #fff;

  font-size: 3em;

  z-index: 29;
}

#solution_dialog {
  width: 70%;
  text-align: center;
}
