body{
    margin: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.img{
    width:150px;
}

.card{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    border:1px dotted blue;
    padding: 20px;
    display: flex;
    justify-content:center;
    text-align: center;
    border-bottom: 6px solid #d8cefe;
    color:   #2b2839;
    background: #ddebf8;
   
}
.border-blue{
    border: 1px dotted  blue; 

}



