.profileImage {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #512DA8;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin: 20px 0;
}
.profileImage2 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #512DA8;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 31px;
  display: inline-block;
  margin-right: 3%;
}
