form {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}
label {
	font-family: vazir;
	margin-bottom: 10px;
}
input[type="number"] {
	font-family: vazir;
	width: 200px;
	padding: 5px;
	margin-bottom: 10px;
}

.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 20px 4px 20px;
}

.Button3:hover {
	background: rgb(212, 255, 158);
	color: black;
}

}
#result {
	margin-top: 20px;
	text-align: center;
}
