.choices {
	font-family: vazir;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.choice {
	background: rgb(212, 255, 158);
	color: black;
	font-family: vazir;
	font-weight: bold;
	font-size: 20px;
	margin: 0 10px;
	cursor: pointer;
	box-shadow: 2px 5px #888888;
	border-radius: 4px 4px 4px 4px;
	padding: 4px 10px 4px 10px;
}

.choice:hover {
	background: #DC143C;
	color: white;
	font-size: 30px;
}

.result {
	margin-top: 30px;
	text-align: center;
}

.status {
	font-weight: bold;
	font-size: 36px;
}