.plainTextWrapper {
/*	background-color: hsl(60 80% 90%);*/
/*	outline: 1px solid hsl(60 50% 30% / 20%);*/
	padding: 10px;
	outline-offset: -1px;
}

/*.plainTextWrapper.sticky10 {
	position: sticky;
	top: 10px;
}*/


/* YELLOW */
div.plainTextWrapper.yellow {
	background-color: hsl(60 80% 90%);
	outline: 1px solid hsl(60 50% 30% / 20%);
}
/* GREEN */
div.plainTextWrapper.green {
	background-color: hsl(120 80% 90%);
	outline: 1px solid hsl(120 50% 30% / 20%);
}