body {
	background-color : rgb(16,15,16);
	color : rgba(60,64,60,64);
			
}
	

#main_canvas {   
	
	position:absolute;
	z-index : 1;
	border: 1px;
	border-style : solid;
	border-color:  rgba(60,64,60,64);

	                        
}

#window {

	position:absolute;
	background-color : rgb(16,15,16);
	z-index : 2;

	border: 1px;
	border-style : solid;
	border-color:  rgba(60,64,60,64);
	
	display : none;

}


textarea:focus {
	outline: none;
	}

textarea {
	
	background-color : rgb(16,15,16);
	color :  rgb(192,192,192);
	font-size: 100%;
	font-family: monospace;
	resize:none;


}
	

#text {
	display : block;
	border : none;
}

#text2,#text3,#text4,#text5  {
	display : none;
	position:absolute;

	border: 1px;
	border-style : solid;
	border-color:  rgba(60,64,60,64);

}





	
#mainbutton {
	margin: auto;
	display : block;

}

