*{
    margin: 0px;
    padding: 0px;
    
}


h2{
    padding-left: 90px;
    padding-top: 20px;
    text-decoration: underline;
}
img{
    width:250px;
    height: 250px;
}
.container{
    width: 1440px;
    height:500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 20px;
}
.card{
    width:400px;
    height: 560px;
    border-radius: 15px;
    box-shadow: 2px 2px black 0.5;
    background-color:beige;
}
.card img{
    padding-left: 75px;
    padding-top: 2px;
}
h3{
    padding-left: 25px;
    padding-top: 5px;
    text-decoration: underline;
}

.card p{
    text-align: center;
    letter-spacing: 0.5px;
    padding: 10px;
    line-height: 20px;

}
