
body {
	background-color: #b7bda5;
}


h1 { 
	font-family: 'Cutive Mono', serif;
	font-size:16px;
	color:#3b3127;
	font-weight: 400; 
}

#textbox {

	/*border: 1px solid white;*/
	
	position: absolute;
	width: 400px;
	height: 200px;


	top: 30%;
	left: 30%;
	
}