.result-area {
	font-family: arial; 
	font-weight: bold; 
	color: white; 
	background-color: black; 
	direction: ltr; 
	width:fit-content; 
	height: fit-content; 
	padding: 5px;
}

.rectangle-area {
	width: 240px; 
	height: 180px; 
	border: dotted; 
	background-color: rgb(0, 0, 0); 
	max-width: 100%;  
	max-height: 100%;
}