div.vcard{
    
}

.center {
    margin: auto;
    width: 100%;
}

.default-img-pp {
    width: auto;
    height: auto;
    max-width: 100px;
    max-height: 100px;
    margin-bottom: 15px;
}

.icon-style {
    margin-right:10px;
    color: rgb(154, 154, 154);
}

.label-width {
    width:10%;
}

.name-style {
    width: 100%;
    /* color: rgb(82, 81, 106); */
    align-content: center;
    text-align: center;
    font-style: bold;
    font-size: 120%;
    /* font-family: Georgia, 'Times New Roman', Times, serif; */
    font-family: Helvetica;
}

.vcard .btn-contact {
    font-size: 100%;
}

.detail-vcard {
    width: 100%;
    color: rgb(67, 67, 67); 
    align-content: center;
    text-align: center;
    font-family: Helvetica;
    font-size: 90%;
    font-weight: bold;
}

.btn-contact {
    background-color: #3888EA;
    padding: 10px;
    color: white; 
    margin-bottom: 10px;
    float: center;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
}

.btn-contact:hover {
    background-color:rgb(209, 209, 209);
    color: rgb(67, 67, 67);
    cursor: pointer;
  }

.format-vcard{
    margin-bottom: 6px;
}