
li h3 {
    font: bold 20px/1.5 Helvetica, Verdana, sans-serif;
    background: transparent;
    color: white;
  }
 
  li {
   background: transparent;
 }
   
  li img {
    float: left;
    margin: 0 15px 0 0;
    width: 150px;
    height: 150px;
    background: transparent;
    border-radius: 10px;
  }
   
  li p {
    font: 200 16px/1.5 Georgia, Times New Roman, serif;
    background: transparent;
    color: white;
  }
   
  li div {
    padding: 30px;
    overflow: auto;
    border-radius: 30px;
    background: RGBA(49,55,43,0.75);
  }
   
  li div:hover {
   background: RGBA(94,32,40,1);
    cursor: pointer;
  }

.listelement {
    padding-right: 25px;
}