body{background-color: lightgreen;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border-radius: 2em;}
h1{color: rgb(27, 138, 27);}
 h2{color: darkgreen;}
  li{color: darkolivegreen;}
   #approche{background-color: rgb(14, 174, 19);
    padding: 30px;
    width: 250;
    border-radius: 2em;}
   #approche:hover{background-color: brown;}
   #place{margin: 30px;}
   #titre{justify-content: center}
   @media screen and (max-width: 600px){ #approche {display: none}}