div#form {
  margin-top: 167px;
  width: 54%;
  margin-left: 35%;
}

a#label {
  margin-top: 150px;
}

input#envoyer {
  margin-top: 20px;
  margin-left: 1px;
}


.table {
  width: 30% !important;
  margin: 0 auto;
}

#warning{  color : red;
  font-weight: bolder;
  font-weight: 900;

}

.bois {
  background-color: lightgreen !important;
}
.feu {
  background-color:  red !important;
}
.terre {
  background-color: yellow !important;
}
.Metal {
  background-color: lightgrey!important;
}
.Eau {
  background-color: black !important;
  color: red;
}
