table, th, td {
    border-collapse: collapse;
    border: 1px solid;
}

code {
    padding: 0px 4px;
    font-family: IBMPlexMono, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    background-color: rgb(238, 238, 238);
    border: 1px solid rgb(214, 214, 214);
    border-radius: 4px;
    word-break: break-word;
}

.limited-characters {
  max-width: 800px; /* Adjust this value to set the maximum line width */
  word-wrap: break-word; /* Wrap long words onto the next line */
}
