@font-face {
font-family: "IRAN";
src: url("fonts/IRAN.eot") format("embedded-opentype"),
url("../fonts/IRAN.eot") format("embedded-opentype"),
url("../fonts/IRAN.woff") format("woff"),
url("../fonts/IRAN.ttf") format("truetype");
}

@font-face {
  font-family: "dana";
  src: url("../fonts/dana.eot") format("embedded-opentype"), url("../fonts/dana.woff") format("woff"), url("../fonts/dana.woff2") format("woff2");
}

*{
  font-family: "dana";
  direction: rtl !important;
  text-align: right;
}

body{
  background:url(../img/pat.png);
  padding-top: 5%;
}

#container{
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
  border-radius: 30px;
  margin-bottom: 20px;
}

#title{
  font-size: 20px;
  font-weight: bold;
}

.box{
  padding:20px;
  margin-bottom: 100px;
}

.box img{
  width: 230px;
  border: 5px solid gray;
  border-radius: 100%;
}

.justify{
  text-align: justify;
}