body {
    margin: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.pix {
    width: 200px;
}
.card {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    color: #2b2839;
    background: #ddebf8;
    font-style: italic;
    text-align: center;
    border-bottom: 6px solid #d8cefe;
    }