
.container{
    display: flex;
    width: 70%;
    height: 100%;
    margin: auto;
    background-color: white;
    flex-direction: row;
    flex-wrap: wrap;

    justify-content: center;
    text-align: center;
    align-content: center;
}
.butt{
    width: 50%;
}
.hashtag-consulted{
    width: 100%;
    height: 70px;
    background-color: #0084B4 ;
    margin:0 auto;
}
.hashtag-consulted h3{
    color: white;
    font-size: 30px;
    font-weight: bold;
    line-height: 0px;
}
.content-input{
    margin: auto;
    width: 40%;
    margin-top: 2em;
}
.item{
    width: 500px;
    margin-bottom: .7em;
}
.item-menu{
    width: 480px;
}
.item:hover{
    
    font-size: 18px;
}
/**----------------- */
.card{
    width:70%;
    margin: auto;
    cursor: pointer;
    margin-bottom: 1em;
}
.card:hover{
    background: whitesmoke;
    border: .8px solid #26a69a ;
}
.card-image{
    width: 80px;
    height: 80px;
}
.profile_image_url{
 width: 10px;
height:10px;
}

.card-image img {
    height: 50%;
    border-radius: 50%;
    display: relative;
    left: 10px;
    margin-top: .9em;
}
.righ-content{
    width: 80%;
    float: left;
}
.card-titlee{
    color:#14171a;
    font-weight: bold;
    font-size: 14px;        
}
.btn-search{
    margin-bottom: 4em;
    margin-top: 1em;
   
    
    
}

