.hover-styles:hover {
    background-color: rgba(0, 0, 0, 0.2);
 }

 .marginTops {
    margin-top: 40px
 }
 
 
.profile-card {
    max-width: 350px;
    min-width: 300px; 
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.profile-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #EFECEC; /*#EFECEC f8f9fa*/
    color: #6c757d;
    text-decoration: none;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background-color: #007bff;
    color: #fff;
}
