.card {
    background-color: #8e7bff;
    width: 250px;
    height: 250px;
    background: 8e7bff;
    box-shadow: 7px 5px 10px rgba(0, 0, 0, 0.333);
  }
  
  
  .imge .Usericon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }
  
.text {
    color: white;
    margin: 5px;
}
  
  .Description {
    border-color: #8e7bff;
    background-color: #8e7bff;
    transform: translate(5px, 6px);
    width: 180px;
    height: 130px;
    border-radius: 5px;
  }
  
  /*______Social Media______*/
  /* .social-media:before {
    content: " ";
    display: block;
    width: 100%;
    height: 2px;
    transform: translatey(10px);
    background: #414141;
  }
  
  .social-media a {
    margin-right: 15px;
    text-decoration: none;
    color: inherit;
  }
  
  .social-media a:last-child {
    margin-right: 0;
  }
  
  /* .social-media a svg {
    color: #ff5858;
    transform: translatex(25px) translateY(20px);
    width: 20px;
    fill: currentColor; */
 