body {
	width: 900px;
	direction: rtl;
	text-align: center;
	margin: auto;
	font-family: arial;
	font-size: 20px;
	color: #333333;
	background-color: #b69d74;	
}

div {
	text-align: right;
}

.teal {
	height: 50px;
	padding: 2px 30px;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 4px;
	color: #244c84;
	background-color: #f8f8f8;
	font-size: 32px;
	resize: none;
}