.outputDescriptionClass {
	#padding:200px;
	margin:20px;
	#color:yellow;
	#background:linear-gradient(to bottom,blue,red);
}

.inputDescriptionClass {
	#width:200px;
	#height:200px;
	#padding-bottom:100px;
	#margin-bottom:50px;
	#background:black;
	#color:white;
	margin:20px;
}