body {
    font-family: Arial, sans-serif;
    background-color: #111156;
    color: #111156;
    margin: 0;
    padding: 0;
}
.business-card {
    background-color: #fff;
    width: 400px;
    margin: 50px auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.profile-pic {
    padding: 20px 0;
    text-align: center;
}
.profile-pic img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.info {
    padding: 10px 20px 20px 20px;
    text-align: center;
}
h1 {
    font-size: 24px;
    margin: 0px 0px 10px 0px;
}
p {
    font-size: 15px;
    margin: 0px 0px 5px 0px;
}
p a {
    color: #111156;
    text-decoration: none;
}
