* {
    margin: 0;
    padding: 0
}

/* body {
    background-color: #000
} */

.card {
    width: 350px;
    background-color: #efefef;
    border: none;
    cursor: pointer;
    transition: all 0.5s
}

.btn-1{
    border-radius:5px;
    color:white;
    width:auto;
    background-color:blue;
    padding:4px;
    
}
.btn-1:hover{
    color:grey;
}
.image img {
    transition: all 0.5s
}

.card:hover .image img {
    transform: scale(1.5)
}

.btn {
    height: 140px;
    width: 140px;
    border-radius: 50%
}

.name {
    font-size: 22px;
    font-weight: bold;
    color:black;
}


.idd {
    font-size: 14px;
    font-weight: 600;
    color:#000;
}

.idd1 {
    font-size: 12px;
    color:#000;
}

.number {
    font-size: 22px;
    font-weight: bold;
    color:#000;
}

.follow {
    font-size: 15px;
    font-weight: 600;
    color: #444444;
}

.btn1 {
    height: 40px;
    width: 150px;
    border: none;
    background-color: #000;
    color: #aeaeae;
    font-size: 15px
}

.text span {
    font-size: 13px;
    color: #545454;
    font-weight: 700;
}

.icons i {
    font-size: 19px
}

hr .new1 {
    border: 1px solid
}

.join {
    font-size: 18px;
    color: #a0a0a0;
    font-weight: bold
}

.date {
    background-color: #ccc
}