.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;
}

}
