/*
 *     
 * @author prénom + nom
 * @version 1.0 / date
 *
*/
body {
  background-color: grey;
}

#container {
  background-color: white;
  width: 90%;
  padding: 1em;
  border: 1px solid black;
  margin: auto;
  font-family: Verdana, Arial, serif;
}

#testez {
  border-radius: 5pt;
}
#info {
  display: flex;
  justify-content: center;
}

#infoTab {
  display: flex;
  justify-content: center;
}
