
body{
    background: #421042;
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
    width:100%;
}

.container{
    margin-top: 20px;
    width:350px;
    height:600px;
    background:#ccc;
    border-radius:2rem;
    position:relative;
    overflow:hidden;
    padding: 5px;
}

.card{
    background: #800080;
    margin-top: 5px;
   padding: 0;
   height:585px;
       border-radius:2rem;
    width: 100%;
    text-align: center;
}
.imgava img {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 7px solid #fff;
    margin-top: 5px;
}
.imgava p, h4  {
    color: #ffffff;
   }
.card-body p  {
    text-align: justify;
}
.card-body{
    background: #ccc;
}
.card-footer{
    color: #ffffff;
}
