span {
  color: red;
text-shadow: 0 -1px 4px #FFF, text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #FF2D95 0px 0px 20px, #FF2D95 0px 0px 30px, #FF2D95 0px 0px 40px, #FF2D95 0px 0px 50px, #FF2D95 0px 0px 75px;
}
profile--name {
  display: none;
}
profile--name:after {
  content:'goodbye'; 
  visibility: visible;
  display: block;
  position: absolute;
  background-color: red;
  padding: 5px;
  top: 2px;
}

div.d-flex.align-items-center.mt-1.mb-2 span {
  display: none;
}
div.d-flex.align-items-center.mt-1.mb-2:after {
  content: 'Site Administrator';
  font-size: 5vw !important;
font-family: Georgia;
content: "This is an Administrator profile.";
color:red;
font-variant: small-caps;
font-weight: 1;
padding: 9px;
padding-top: 29px;
  color: #FB4264;
  text-shadow: 0 0 3vw #F40A35;
}

img.profile-pic.profile-pic-100.mb-5 {
    display:none;
}