/*
   But :    exerice 1 : tester JS
   Auteur : Simon Gendre
   Date :   15.05.2023 / V1.0 
*/
body {
  background-color: grey;
}

#container {
  background-color: white;
  width: 90%;
  padding: 1em;
  border: 1px solid black;
  margin: auto;
  font-family: Verdana, Arial, serif;
}