pre {
  white-space: pre-wrap; /* This will preserve line breaks and wrap text */
  background-color: #f2f2f2; /* Add a light gray background */
  padding: 10px; /* Add some padding to the result area */
  width: 100%; /* Set the width to 100% so it fits the screen */
  box-sizing: border-box; /* Include padding and border in element's total width and height */
}
