body {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cryptedmail:after {
  content: attr(me) "@" attr(imxiqi) "." attr(tld); 
}
.cryptedphone:after {
  content: "+1 (" attr(first) ") " attr(second) "-" attr(third); 
}
