.card {
    width: 34rem;
    margin: 35px;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    border: 1px solid rgb(175, 175, 175);
    background-color: #ededed;
}
* {
    margin: 0;
    padding: 0;
}
.profilText {
    display: flex;
    flex-direction: column; 
    align-items: center;
}

.profilText .imgBx img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}

.tombol{
  background:#36A5B2;
  color:white;
  border-top:0;
  border-left:0;
  border-right:0;
  border-bottom:5px solid #2A80B9;
  border-radius: 5px;
  padding:10px 20px;
  text-decoration:none;
  font-family:sans-serif;
  font-size:11pt;
}