
.listea{
  display: flex;
  padding: 20px;
  gap: 30px;
  flex-direction: column;
  align-items: flex-start;
}

.ladri{
  background-image: url("https://www.transparenttextures.com/patterns/brick-wall-dark.png");
/*  margin-top: 17px;*/
  min-height: 100vh;
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  justify-content: space-around;*/
/*  align-items: center;*/
/*  align-content: center;*/
}

.evo{
	width: 200px; 
	height: 40px;
  	padding: 2px 20px 2px 20px ;
	background-image: url("https://www.transparenttextures.com/patterns/concrete-wall-2.png");
	background-color: #fafffa;
	opacity: .7;
    background-size: cover; 
    background-repeat: no-repeat; 
/*    color: white; */
    text-align: left; 
    display: flex; 
    align-items: center; 
/*    justify-content: center; */
    border-radius: 10px; 
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); 
}