body {
	 
	font-family:Vazirmatn;
	direction: rtl;
}
@media screen and (max-width:849px) {
.main{
width: 95%;
 margin-top: 50px;
 margin-bottom: 100px;
background-color: #48c2e845;
border: solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
border-block-width: 2px;
border-color: #48c2e8;
text-align: center;
border-radius: 10px;
}
   
   
}

@media screen and (min-width:850px) {
.main{
width: 50%;
 margin-top: 50px;
 margin-bottom: 100px;
background-color: #48c2e845;
border: solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
border-block-width: 2px;
border-color: #48c2e8;
text-align: center;
border-radius: 10px;
}
}
.botton{
	padding: 5px;
background-color: #ffffff6b;
border: 10px;
border-radius: 5px;
margin: 10px;
width: 100px;
color: #468edb;
}

.logo{
	margin-top: 50px;
	margin-bottom: 30px;
}
.textp{
	text-align: right;
line-height: 25px;
direction: rtl;
background-color: #48c2e8;
color: white;
margin: 10px;
padding: 10px;
font-size: 15px;
}

@media screen and (min-width:850px) {
    
    .botton2{
	padding: 5px;
background-color: #ffffff6b;
border: 10px;
border-radius: 5px;
margin: 2px;
text-decoration: none !important;
color: #468edb;
}
th{
	text-align: center;
	padding: 4px;
	
 color:#1398c1;
}
tr{
	text-align: center;
	 border-bottom: 1px solid #1398c1bd !important;
	 border-right: 1px solid #1398c1bd !important;
	 color:#000000ad;
	 font-size: 15px;
}
td{
	text-align: center;
	 color:#000000ad;
	 border-right: 1px solid #1398c1bd !important;
	 font-size: 15px;
	 width:25%;
}

}

@media screen and (max-width:849px) {
    .botton2{
 
background-color: #ffffff6b;
border: 10px;
border-radius: 5px;
margin: 2px;
text-decoration: none !important;
color: #468edb;
}
    
  th{
	text-align: center;
	padding: 4px;
	
 color:#1398c1;
}
tr{
	text-align: center;
	 border-bottom: 1px solid #1398c1bd !important;
	 border-right: 1px solid #1398c1bd !important;
	 color:#000000ad;
	 font-size: 12px;
}
td{
	text-align: center;
	 color:#000000ad;
	 border-right: 1px solid #1398c1bd !important;
	 font-size: 12px;
 
}

}


p {
	width: 70%;
margin: 20px;
line-height: 25px;
}
 h1,h2,h3,h4{
	 margin: 10px;
 }