.lents {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 80px;
    left: 15em;
    width: 85%;
   
}


.lents h3 {
    width: 210px;
    color: #dcdcdca9;
}

.element {
    margin-right: 20px;
    margin-bottom: 20px;
    border: solid;
    border-color: rgba(0, 0, 0, 0.363);
    padding: 20px;
    padding-bottom: 0;
    border-radius: 3px;
  
}

.information {
    display: contents;

}

.lents a {
    text-decoration: none;
    
}

.lents a:hover {
    text-decoration: underline;
    text-decoration-color: #a4a4a4;
}

.lents img {
    width: 210px;
}


.information {
    position: absolute;
    left: 1000px;
}