/* wood.css */

.flexualHealing {
	display: flex;
	flex-direction: row; /* MAYBE row? TEST PHONE & LAPTOP... ACTUALY, MEDIA-QUERY THIS, NARROW DEVICES = COLUMN, WIDE = ROW */
	flex-wrap: wrap;
	justify-content: space-evenly;  /* safe center */
	/*outline: 1px dotted darkviolet;  dev/debug */
	background-color: #000;
}