@font-face{
	font-family: behrad;
	src: url("themes/defualt/font/Vazir-Regular.woff");
}
p{
    font-size: 16px;
}
li{
    font-size: 16px;
}
body{
	font-family: behrad;
	margin-top: 20px;
	width: 700px;
	margin: 0 auto;
	background-color: #031E5F;
}
nav{
    visibility: hidden;
}
a{
    text-decoration: none;
}
main{
    margin-top: 10px;
    margin-bottom: 10px;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
 @media screen and (max-width: 430px) {
   .bd-placeholder-img-lg {
     font-size: 3.5rem;
    }
    body{
        width: 100%;
    }
    img{
        width: 100%;
        height: 100%;
    }
}
