textarea {
	background-color: #111;
	color: #aaa;
	font-family: 'Times New Roman', Times, serif;
	font-size: 1.15rem;
	margin-top: 0.65rem;
	margin-bottom: 0.65rem;
	display: block;
	width: 50rem;
}

textarea:focus {
	background-color: #000;
	color: #ccc;
}

#multiTextTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2rem;
	font-style: italic;
	font-weight: bold;
	display: inline-block;
}

js-stage {
	max-width: 51rem;
}