.terminal {
  background-color: #111;
  color: #fff;
  font-family: monospace;
  padding: 1em;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
  line-height: 1.4;
  font-size: 0.9em;
}