* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: black;
  color: #00ff99;
  font-family: monospace;
  padding: 20px;
}

.terminal {
  max-width: 900px;
}

.ascii {
  color: #00ff99;
  margin-bottom: 20px;
}

.output p {
  margin-bottom: 6px;
}

.cmd {
  color: #7CFFEA;
}

.input-line {
  display: flex;
  margin-top: 10px;
}

.prompt {
  margin-right: 6px;
}

input {
  background: transparent;
  border: none;
  outline: none;
  color: #00ff99;
  font-family: monospace;
  font-size: 16px;
  width: 100%;
}
