body {
  background-color: rgba(205, 255, 245, 0.329);
  /* clear: both; */
  direction: rtl;
}

table {
  width: 100%;
  height: 140px;
  /* border: 3px black solid; */
  /* margin-left: 30%; */
  margin-top: 20%;
  background-color: rgba(255, 252, 205, 0.826);
  /* clear: both; */
  /* border-radius: 7px;
    box-shadow: 3px 3px 3px; */
  border-collapse: collapse;
  /* animation-name: tableAnimation; */
  /* animation-duration: 3s;
  animation-iteration-count: 3; */
}

@keyframes tableAnimation {
  0% {
    font-size: 2rem;
    font-family: "nazanin";
  }
  50% {
    font-size: 3rem;
  }
}

tbody {
  background-color: rgba(201, 243, 255, 0.615);
  /* clear: both; */
}

thead:hover {
  background-color: gray;
}
td,
tbody tr {
  border-bottom: 3px solid red;
  font-family: "titr";
  font-size: 1rem;
}
td {
  text-align: center;
}

thead {
  font-family: "barabic";
}

tr:hover {
  background-color: rgb(98, 98, 98);
  font-family: "nazanin";
  z-index: 100;
  text-shadow: 20px 20px 3px gray;
}
.imgclass{
  width: 120px;
  height: 100px;
}
.trClassFard{
  background-color: aqua;
}

.img6{
    width: 2%;
    float: right;
    margin-right: 2%;
}

