body{
    background-color: aliceblue;
}
.mm {
  display: grid;
  justify-content: center;
  margin-top: 30px;
  align-content: center;
  background-color: #00df28;
  width: 100%;
    height: 60px;
    border-radius: 5px;
}


body > div {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}


/* الكارد الأول */
.m {
    background-color: wheat;
  border: 1px solid black;
  width: 250px;
  padding: 20px;
  margin: 10px;
  text-align: center;
  border-radius: 5px;

}

/* الكارد التاني */
.D {
    background-color: wheat;
  border: 1px solid black;
  width: 250px;
  padding: 20px;
  margin: 10px;
  text-align: center;
  border-radius: 5px;

}

/* الكارد التالت */
.As {
    background-color: wheat;
  border: 1px solid black;
  width: 250px;
  padding: 20px;
  margin: 10px;
  text-align: center;
  border-radius: 5px;
}


.me,
.Dd,
.AA {
  width: 200px;
  height: 200px;
  border: 1px solid black;
}

/* اللينكات */
.ml,
.td,
.th,
 .back2{
  justify-self: center;
  display: flex;
  margin-top: 20px;
  padding: 10px 15px;
  background: #00df28;
  color: white;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 10px;
  margin-bottom: 10px ;
  transition: all 0.3s;
}

.back2:hover{
    background-color: white ;
    color: #2ec349;
    font-size: 16px;
    margin-bottom: 10px;
}

