.cryptedmail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld); 
}
#circle {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: red;
}


.rounded-image {
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 20px; /* Set the desired radius for the corners */
  overflow: hidden;
  position: relative;
}
