.scrollable-box {
    overflow-x: auto; 
    max-height: 300px; 
    overflow-y: auto; 
  }

.scrollable-box2 {
    font-size: 0.85em;
    background-color: black;
    color: orange; 
    overflow-x: auto; 
    max-height: 300px; 
    overflow-y: auto; 
    white-space: pre-wrap;   
    word-wrap: break-word;           
    overflow: auto;          
  }

.attention-box {
    font-size: 0.85em;
    background-color: black; 
    color: orange;       
    padding: 10px;       
    margin: 15px 0;     
    border-radius: 5px;    
    white-space: pre-wrap;      
    word-wrap: break-word;    
    overflow: auto;         
  }