body {
    margin: 20px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}


.avatar {
    width: 150px;
}

.card{
    width: 400px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content:space-around;
    text-align: center;
    border-bottom: 10px solid #64FFDA;
    background: #0A192F;
    color: #E6F1FF ;
    border-radius: 5px;
}

.border-blue{
  border : 1px dotted blue;
  
}