pre {
    max-height: 400px;  /* Set maximum height */
    overflow-y: auto;   /* Enable vertical scrollbar */

}
