body {
  text-align: center;
}
/* @font-face{
  font-family: "Bahij Uthman Taha";
  src: url("fonts/Bahij\ Uthman\ Taha\ Regular.ttf");
} */
#content{
  direction: rtl;
  /*font-family: "QCF_P001", "QuranTaha", "Msh Quraan1" , "Bahij Uthman Taha", "Droid Arabic Naskh";*/
  font-size: xx-large;
  text-align: center;
}
fieldset {
  display: inline;
  margin-right: 50%;
  border: none;
}
article p {
  display: inline;
}
article p:hover {
  color: blue;
}
article p:active {
  color: red;
}
#previous {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
#next {
  position:absolute;
  left: 0px;
  bottom: 0px;
}
#previous:hover, #next:hover {
  content: url("../images/paper_corner_left.png");
  background-image: url("../images/paper_corner_left.png");
}
@font-face{
  font-family: "bismillah";
  src: url("../fonts/ttf/bismillah.ttf");
}
.besmellah {
  font-family: bismillah;
}
@media (max-width: 400px) {
  fieldset {
    margin-right: 10%;
  }
}
