@import url(https://fonts.googleapis.com/earlyaccess/amiri.css);
body{
  background-image: url("../assets/back1.jpg");
  background-repeat: no-repeat;
  background-size: fixed;
  background-attachment: fixed;
  
}
.rtltext1{
  color: black;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: right;
  direction:rtl;
  float:right;
  line-height: 1;
  font-family: 'amiri', amiri;
  padding: auto 0;

}
.rtltext2{
  color: black;
  font-weight: 600;
  font-size: 3rem;
  text-align: center;
  direction:rtl;
  line-height: 1.5;
  font-family: 'amiri', amiri;
  padding: auto 0;

}
.rttable{
  color: black;
  font-weight: 600;
  font-size: 3rem;
  direction:rtl;
  float:right;
  line-height: 1.5;
  font-family: 'amiri', amiri;
  table,td,th,tr {
  text-align: center !important;
  }
 }
 .rttable1{
  table,td,th,tr {
  color: black;
  font-weight: 600;
  font-size: 2rem;
  text-align: justify;
  direction:rtl;
  float:right;
  line-height: 1.5;
 font-family: 'amiri', amiri;
 }
  }
table,td,th,tr {
  text-align: right !important;
  }
.column1 {
  margin: 0 auto;
  float: left;
  width: 40% !important;
  vertical-align: middle;
}
.column2 {
  margin: 0 auto;
  float: right;
  width: 60% !important;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .column1 {
    width: 100% !important;
  }
  .column2 {
    width: 100% !important;
  }
}  
