body {
    background-color: #511e16;
    font-family: Arial, sans-serif;
    padding: 20px;
}

.business-card{
    background-color: white;
    padding: 20px;
    text-align: center;
    margin-top: 100px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    max-width: 300px;
    border: solid black;
}

.full-name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #511e16;
}

.designation {
    color: black;
    font-size: 18px;
}

.company {
    color: black;
    font-size: 16px;
}


.profile-image {
    max-width: 100%;
    width: 200px;      
    height: 200px;   
    display: block;
    margin: auto;
}

p {
    margin: 5px 0;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

.social-media {
    text-align: center;
}
.social-media p {
    display: inline-block;
    margin: 10px;
}

span {
    color: black;
    font-weight: bold;
}

h2 {
    color: black;
    margin-bottom: 5px;
}

a {
    color: #511e16;
    text-decoration: none;;
}

a:hover {
    color:#511e16;
    text-decoration: underline;
}


