* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.body {
  background-color: #000;
}

.card {
  width: 450px;
  background-color: #efefef;
  border: none;
  /* cursor: pointer; */
  transition: all 0.5s;
}
.image {
  overflow: hidden;
}

.image img {
  width: 220px;
  height: 220px;
  transition: all 0.5s;
  border-radius: 110px;
  border: solid 4px #919191;
}

/* .card:hover .image img {
  transform: scale(1.1);
} */

a {
  text-decoration: none !important;
}

.btn {
  height: 140px;
  width: 140px;
  border-radius: 50%;
}

.name {
  font-size: 22px;
  font-weight: bold;
}

.idd {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.idd1 {
  font-size: 12px;
}

.number {
  font-size: 22px;
  font-weight: bold;
}

.follow {
  font-size: 12px;
  font-weight: 500;
  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: 500;
}

.icons i {
  font-size: 19px;
}

hr .new1 {
  border: 1px solid;
}

.join {
  font-size: 14px;
  color: #a0a0a0;
  font-weight: bold;
}

.date {
  background-color: #ccc;
}

.fa {
  color: #e5cb4c;
  font-size: 20px !important;
}
