#output {
	position: relative;
	resize: none;
	width: 400px;
	height: 150px;
}

#input {
	resize: none;
	width: 400px;
	height: 150px;
}

#button {
	position: relative;
	margin-bottom: 15px;
	left: 150px;
	width: 1%;
}
