body {
 background-color: rgb(255 255 255);
 font-family: Verdana, sans-serif; 
 font-size: 100%;
 opacity: 1;
 }

.liste_DL {
  display:flex;
 justify-content: space-between;
 align-items: center;
}

.liste_DL p{
 text-align: left;
 gap:20px;
 font-size:20px;
}

.list_DL img{
 max-width:300px;
 height: auto;
}
