.my-box {
    color: coral;
    font-weight: bold;
}

.cryptedmail:after {
    content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}
