John Smith
General Manager
html{
font-family: 'Poppins', sans-serif;
}
.profile-card {width: 350px;margin: 0 auto;border-radius: 10px;overflow: hidden;box-shadow: 0px 0px 10px #00000017;}
.profile-header {background: #3e97f3;height: 100px;}
.profile-image {width: 120px;margin: -60px auto 0 auto;height: 120px;border-radius: 50%;overflow: hidden;}
.profile-image img {width: 100%;height: 100%;object-fit: cover;object-position: center;}
.profile-footer {background: #161616;color: #ffffff;text-align: center;font-size: 12px;padding: 5px 0;}
.profile-content {padding: 10px 10px 20px 10px;text-align: center;}
.profile-content h2 {margin: 0;color: #161616;font-size: 20px;}
.profile-content h2 span {color: #3e97f3;}
.profile-content p {margin: 0;font-size: 12px;color: #b1b1b1;}
.profile-content table { margin-top: 10px; text-align: left; color: #626262;font-size: 13px;}
.profile-content table a {text-decoration: none;color: #626262;}
.profile-barcode {width: 240px;margin: 20px auto 0 auto;}
.profile-barcode img {width: 100%;}