.cards{
    height: 400px;
    margin-top: 150px;;
    display: flex;
    justify-content:space-evenly;
    align-items: center;
    background-color: #e8f5daa8;
}
.card1{
    width: 300px;
    height: 300px;
    background-color: #E37F54;
    display: flex;
    justify-content:center;
    align-items: center;
}
.text1{
    display: flex;
    justify-content:space-around;
    align-items: center;
    width: 260px;
    height: 260px;
   border:#832903 solid 1px;
   color:white ;
   font-family: 'Corben', cursiva;
   font-size: 20px;
    padding: 15px;
}

.card2{
    width: 300px;
    height: 300px;
    background-color: #FFEB84;
    display: flex;
    justify-content:center;
    align-items: center;
}
.text2{
    display: flex;
    justify-content:space-around;
    align-items: center;
    width: 260px;
    height: 260px;
   border:#8D6600 solid 1px;
   color:#8D6600 ;
   font-family: 'Corben', cursiva;
   font-size: 20px;
    padding: 30px;
}

.card3{
    width: 300px;
    height: 300px;
    background-color: #E35454;
    display: flex;
    justify-content:center;
    align-items: center;
}
.imgs{
    display: flex;
    justify-content:space-around;
    flex-direction: column;
    align-items: center;
    width: 260px;
    height: 260px;
   border:#871919 solid 1px;
   color:white ;
   font-family: 'Corben', cursiva;
   font-size: 20px;
    padding: 15px;
}
.imgs img{
    width: 200px;
    height: 240px;
    margin-bottom: 20px;

}