textarea {
	box-sizing:border-box;
	position:absolute;
	top:155px;
	left:90px;
	width:548px;
	height:547px;
	border:dashed 3px black;
	border-radius:10px;
	resize:none;
	font-size:1.5em;
	padding:10px;
	background:none;
}

#result {
	left:455px;
}