.textbox-width1 {
    max-width: 1000px; /* Limits the width of the text block */
    border: 0px solid #ccc; /* For demonstration */
    padding: 10px;
    font-size: 20px;
}

