.Button3 {
	background: #DC143C;
	color: white;
	font-family: vazir;
	font-weight: bold;
	font-size: 16px;
	box-shadow: 2px 5px #888888;
	border-radius: 4px 4px 4px 4px;
	padding: 4px 4px 4px 4px;
}

.Button3:hover {
	background: rgb(212, 255, 158);
	color: black;
}

.Canvas1 {
	border: 2px solid black; 
	background: white; aspect-ratio: 1 / 1; 
	box-sizing: border-box; 
	max-width: 100%;  
	max-height: 100%;  
	margin: auto;
}

label {
	font-family: vazir;
	margin-bottom: 10px;
}

input[type="text"] {
	font-family: arial;
	font-size: 20px;
	padding: 5px;
	margin-bottom: 10px;
}
