.main_blockt {
    margin: 1rem;
    padding: 1rem;
    max-height: 300px;
    max-width: 300px;
    min-width: 300px;
    border: 3px solid var(--span); 
    border-radius: 10px;
    text-align: center;
}

.name_blockt {
    margin: .5rem;
}

.role_blockt {
    margin: .5rem;
    background: var(--span);
    border-radius: 5px;
    padding: 10px;
    color: white; 
}

.social_blockt {
    margin: .5rem;
    justify-content: center;
    display: flex; 
}

.avatar img {
    height: 5rem;
    width: 5rem;
    border-radius: 100%;
}

.blockt {
    margin: 0px;
    justify-content: center;
    display: flex; 
    flex-wrap: wrap; 
}

.icons img {
    width: 30px;
    height: 30px;
    margin: .4rem;
}