<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
 @import url('https://fonts.googleapis.com/css2?family=Lato:wght@400');


 #console-log-div { 
  border: 1px solid gray;
  padding: 5px 10px;
  border-radius: 5px;
  width: 93% !important;
  background-color: #efefef;
  overflow: auto;
  height : 200px;
  font-family: Consolas;
  font-size:14px;
  overflow-wrap: anywhere;
  word-wrap: break-word;
  line-wrap: anywhere;
  margin-bottom: 5px;
 }

 #console-log-text {
  word-wrap: break-word; 
  font-size:15px;
  //color: #ff0000;
  overflow-x: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
 }

 body {
   font-family: 'Lato', serif;
   font-size: 18px;
 }
</pre></body></html>