.scrollable-code {
    max-height: 400px; /* Adjust the height as needed */
    overflow: auto;    /* Allows scrolling */
    padding: 10px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background-color: #00000029;
    white-space: pre;

}
