pre {
    background-color: #212529;  /* Dark background (matches Bootstrap 'bg-dark') */
    color: #f8f9fa;             /* Light text (matches 'text-light') */
    padding: 8px;               /* Adds some space around text */
    border: 1px solid #495057;  /* Matches input field border */
    border-radius: 4px;         /* Rounded corners like input fields */
    font-family: "Courier New", monospace; /* Keeps it monospaced */
    white-space: pre-wrap;      /* Ensures text wraps */
    word-break: break-word;     /* Prevents overflow issues */
}

