html,
body {
  height: 100%;
  background-image: url(../img/background.jpg);
  background-color: #111111;
}

a[href] {
  color: inherit;
}

.crypted-mail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

.crypted-phone:after {
  content: "+" attr(data-country) " " attr(data-provider) " " attr(data-number);
}
