@charset "utf-8";
/* CSS Document */
@font-face{
	
	font-family: 'IRANYekan';
	src: url("font/IRANYekanWebRegular.eot")
}
@font-face{
	font-family: 'IRANYekan';
	src: url("font/IRANYekanWebRegular.woff")
}
@font-face{
	font-family: 'IRANYekan';
	src: url("font/IRANYekanWebRegular.woff2") 
}
* {
	
	font-family: 'IRANYekan';
	background-color: #E7E1E1;

}
h1 {
	font-weight: 600;
	text-align: center;
	border: 2px solid #AFA2A2;
	background-color: bisque;
	margin: 29px 350px;
	padding: 15px 21px

}
a { color:#351F1F;
text-align: center;
	padding: 20px 20px;
	margin: 60px 32px;
	font-family: 'IRANYekan';

}