body {
  background-color: black;
  color: white;
  font-family: 'Courier New', monospace;
  font-size: 16px;
  margin: 0;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
#terminal {
  position: absolute;
  top: 50px;
  left: 10px;
  text-align: left !important; /* Add !important to override conflicting styles */
    color: limegreen;
}


.error {
  color: red; /* Text color for ERROR messages */
}