html {
  scroll-behavior: smooth;
}

my-email::after {
  content: attr(data-domain);
}

my-email::before {
  content: attr(data-user);
}