.card,
.stats {
  display: flex;
}

.card {
  padding: 1.2rem 2rem;
  background-color: rgba(255, 255, 255, .5);
  max-width: 80%;
  margin: 1rem;
  position: relative;
}
.card::before,
.card::after {
  content: '';
  position: absolute;
  z-index: -1;
}
.card::before {
  width: 100%;
  height: 100%;
  border: 1px solid #FFF;
  border-radius: 10px;
  top: -.7rem;
  left: -.7rem;
}

.profimg {
  border-radius: 50%;
  width: 10rem;
  min-width: 80px;
  box-shadow: 0 0 0 5px #FFF;
}

.infos {
  margin-left: 1.5rem;
}

.name {
  font-weight: bold;
   font-size: 1.5rem; 
  margin-top: 0.9rem;
  margin-bottom: 0.5rem;
}

.profurl {
	font-size:1.3rem;
    font-weight: normal;
}
