body {
  margin: 0;
  font-family: monospace;
  background: #0d0d0d;
  color: #00ffcc;
}
#diagram-zone {
  height: 40vh;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
}
#devices-zone {
  height: 30vh;
  background: #1a1a1a;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#terminal-zone {
  height: 30vh;
  background: #000;
  padding: 1em;
  display: flex;
  justify-content: space-between;
}
#terminal {
  flex-grow: 1;
  padding-left: 1em;
}
#terminal-input {
  width: 100%;
  background: black;
  border: none;
  color: #00ffcc;
  font-family: monospace;
  font-size: 1em;
}
#crew-container {
  width: 200px;
  text-align: center;
}
#crew-container img {
  width: 100%;
}
#crew-dialogue {
  color: #ffcc00;
}

#desktop-note {
  color: #ffaa33;
  font-size: 1.1em;
  text-shadow: 0 0 4px #ffaa3388;
  margin: 1.5em auto;
}

