@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/ubuntu-l-webfont.woff2") format("woff2"), url("fonts/ubuntu-l-webfont.woff") format("woff");
}

@font-face {
  font-family: 'iransans';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/iransans-light.woff") format("woff");
}

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

* {
  padding: 0;
  margin: 0;
}

html,
body {
  background:#F1F1F1;
  min-height:100vh;
  overflow-x: hidden;
  font-family:Ubuntu;
  color:black;
}

.title-pr {
    direction:rtl;
    text-align:right;
    font-family:Vazir;'
    font-size:35px;
}

.under
{
    height:1px;
    width:40%;
    background-color: rgba(0,0,0,0.1);
}