
.container{
max-width:900px;
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
padding:10px;
}

pre{
font-family:'verdana',sans-serif;
font-size:16px;
white-space: pre-wrap; /* Preserves whitespace and wraps lines as needed */
  word-break:keep-all; /* Breaks words if they are too long to fit */
}
