.textwrap {
	/* Show blue outline around the HTML element */
	border: 0px solid blue;
	
	/* Make vertically scrollable */
	overflow-y: auto;
	
	/* Increase font size */
	font-size: 1.3em;
}