body {
    margin: 20px;
    /* font-size: 20px; */
    text-align: center;
    color: #2b2839;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.card {
    display: flex;
    justify-content: space-around;
    align-items: center;
   
    width: 400px;
    margin: 0 auto;
    border-bottom: 5px solid #219ebc;
    background: #8ecae6;
    padding: 20px;
}

.image-card img{
    width: 150px;
}