.screen {
	width: 100%;
	height: 200px;
	background: #7f8c8d;
	border-bottom: 40px solid #4e5758;
	border-radius: 20px;
	padding-top: 50px;
	box-shadow: 2px 2px 10px #333;
}
.screen2 {
	width: 100%;
	height: 340px;
	background: #7f8c8d;
	border-radius: 20px;
	padding-top: 35px;
	position: relative;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #4e5758;
		box-shadow: 2px 2px 10px #333;

}
.screen3 {
	width: 100%;
	height: auto;
	background: #7f8c8d;
	border-bottom: 40px solid #4e5758;
	border-radius: 20px;
	padding-top: 50px;
		box-shadow: 2px 2px 10px #333;

}

textarea {
	font-family: "Average Sans", sans-serif;
	/* background: #ecf0f1; */
	color: #4e5758;
	display: block;
	margin: auto;
	font-size: 300%;
	letter-spacing: 2px;
	resize: none;
	height: 90%;
	width: 90%;
	margin-right: auto;
	margin-left: auto;

}
