@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 200;
  src: url("font/IRANSansWeb_UltraLight.eot");
  src: url("font/IRANSansWeb_UltraLight.eot?#iefix") format("embedded-opentype"), url("font/IRANSansWeb_UltraLight.woff2") format("woff2"), url("font/IRANSansWeb_UltraLight.woff") format("woff"), url("font/IRANSansWeb_UltraLight.ttf") format("truetype");
}

body {
  margin: 0;
  padding: 0;
  direction: rtl;
  font-family: 'IRANSans',tahoma;
  background-image: url('public/images/back.png');
  background-repeat: no-repeat;
  background-size: cover;
}
h1{
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
ul {
  margin: 0 0 15px 0;
}
li {
  text-align: justify;
  width: 90%;
  margin-top: 10px;
  color: white;
}
li a{
  text-decoration: underline;
}
li span {
  color: black;
}
.mobile-image{
  width: 100%;
}
.row {
  margin-top: 20px;
}