.team {
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    margin: 0 10px 0 0;


}


.team ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;

}

.team ul li {
    /*display: inline-block;*/
    margin: 10px 10px 0 0;
    /*align-content: center;*/
    width: 350px;
    height: 600px;
    justify-content: center;

}

.userProfile .content_text p  {
    position: absolute;
    top: 100%;
    left: 0;
}

.userProfile li {
    border-radius: 10px;
    border: 3px solid #ba505e;
    background-color: #2f2530;
    padding-top: 10px;
    overflow-wrap: break-word;
    align-items: center;
    justify-content: center;
}
.userProfile li:hover {
    background-color: rgba(0, 66, 99, 0.57);
}
.userName {
    font-family: ProtestRiot, sans-serif;
    color: #ba505e;
    font-weight: bold;
    margin: 10px 0;
}


.userDescription {
    font-family: "Century Gothic", sans-serif;
    font-weight: 400;
    color: white;
}

.userProfile {
    justify-content: center;
    margin: 10px 0;
    text-align: center;
}


.userAvatar {

    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid #ba505e;
}


.animals_icons {

    max-width: 60%;
    max-height: 70%;
    margin-top: 10px;
    margin-bottom: 10px;
}
