@font-face {
  font-family: 'Vazirmatn';
  src: url('../fonts/Vazir-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('../fonts/Vazir-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
body{
    background-color:#e9ebf2;
    font-family: 'Vazirmatn', sans-serif;
    
}
.downlod_jozveh{
    border-bottom: 4px solid red;
}
#top_head{
    background-color: #4a84fb;
    height: 45px;
    display:flex;
    justify-content: space-between;
    line-height: 45px;
}
#main_head{
    display: flex;
    justify-content: space-between;

}
#footer_head{
    height: 300px;
    background-image: url("../img/bk.jpg");
    background-repeat: no-repeat;
    background-size:cover;
}
#footer_head p{
    font-weight: bold;
    font-size:20px;
}
