body
{
	background-image: linear-gradient(#fffcfd,#cdd3ff);
	direction: rtl;
	font-size: 14px;
	font-family: "Tahoma", "B Yekan", "BTitr", "B Titr", "B Mitra", "BMitra", "Arial Black", "sans-serif";
}
.main-block
{
	margin: 5% auto;
	width:90%;
	height:100%;
	border: 0px solid;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6
{
    text-decoration: none;
    font-family: "BTitr", "B Titr", "B Mitra", "BMitra", "Arial Black", "sans-serif";;
}
h1
{
	font-size: 18px;
	background: -webkit-linear-gradient(#c64cff, #7200ff);
	-webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;

}
h2
{
	font-size: 18px;
	background: -webkit-linear-gradient(#d1ffb3, #007611);
	-webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
}
h3
{
	font-size: 18px;
	background: -webkit-linear-gradient(#6abbff, #0030ff);
	-webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;

}
h4
{
	color: blue;
	font-size: 16px;

}
h5
{
	color: green;
	font-size: 16px;

}
h6
{
	color: red;

}
a {
  text-decoration: none;
 }

a.back {
	text-decoration: none;
	font-size: 16px;
	font-family: "BTitr", "B Titr", "Tahoma", "B Mitra", "BMitra", "Arial Black", "sans-serif"
}
a.back:hover {
  font-size: 22px;
}
