html, body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

#terminal {
  flex: 1;
  width: 100%;
}

#statusbar {
  background: #222;
  color: #ccc;
  padding: 4px 10px;
  font-family: monospace;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
