@import "./general.css";


.card{
    width: 250px;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #524ff5;
    border-radius: 4px;
    margin: 25px 0;

}
.card h3{
    padding: 5px 25px;
}
.card img{
    border-radius: 0px 4px;
    margin-bottom: 15px;
}
.card span{
    color: white;
    font-weight: 200;
}
.card p{
    color: white;
    font-weight: 500;
}
button{
    background-color: #1f145f;
    color: white;
    padding: 7px 15px;
    border-radius: 7px;
    margin: 15px 0;
}
section{
    margin-bottom: 25px;
}