#subtitle-container {
    max-height: 9em; /* Adjust this value based on the font size and line height */
    overflow-y: auto;
    white-space: pre-wrap;

    margin: 1px 0;
  font-size: 18px;
  line-height: 1.5;
  word-wrap: break-word;
}
.highlight {
    background-color: #5532A2;
    color: #ffffff; /* Make the text color white for better readability */
    border-radius: 20px; /* Add curved corners */
    padding: 4px 7px; /* Add padding for a better appearance */

}
