.output {
    color: green;
    background-color: black;
  }

strong, b {
    font-weight: bold;  /* Ensuring bold text is actually bold */
  }

