.team-container{
    background-color: #f5f5f5;
    border: 1px solid gray;
    border-radius: 7px;
    padding: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.team-container-header{
    border-style: none none solid none;
    border-width: 1px;
    border-color: gray;
}

.team-container-content{
    border-style: none none solid none;
    margin-top: 15px;
    border-color: gray;
}

.team-container-info{
    border-style: solid none none none;
    border-width: 1px;
    border-color: gray;
    margin-top: 15px;
}

.search-user-container{
    background-color: #f5f5f5;
    border: 1px solid gray;
    border-radius: 7px;
    padding: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.search-user-container:hover{
    background-color: #4187f6;
    border: 1px solid black;
    border-radius: 7px;
    padding: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.search-user-content{
    color: black;
    margin: 10px 0px 10px 0px;
}

.search-user-follow{
    /* align-self: right; */
    position: absolute;
    left: 10px;
    top: 6px;
    /* margin: auto; */
    /* padding: 0px 0px 20px 0px; */
}

.see-more-container{
    margin-top: 15px;
    align-self: center;

}

.see-more-content{
    font-weight: bold;
    color: black;
    align-self: center;
    font-size: 1.2rem;
}

.no-content{
    font-weight: bold;
    font-size: 1.5rem;
    color: black;
    align-self: center;
}
