@font-face {
    font-family: "Vazir";
    src: url("Vazir.woff") format("woff");
}

body {
    direction: rtl;
    background: #fafafa;
    font-family: Vazir;
    font-size: 16px;

}

main {
	width:100%;
	height: 100%;
	margin:0 auto;
	/*border: 1px #000 solid;*/
	border-radius:10px;
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
}

h1 {
	font-size: 40px;
	text-align: center;
    line-height: 20px;
	color: #005e7d;
}

h2 {
	font-size: 17px;
	text-align: center;
	line-height: 20px;
}

h3 {
	font-size: 13px;
	text-align: center;
	line-height: 20px;
}

main .img {
	width: 60%;
	border-radius:20px;
	opacity: 89%;
}

/*
.social {
	width: 326px;
	height: 30px;
	border: 1px solid #005e7d;
}
*/

.clear {
	clear: both;
}