@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700&display=swap');

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

body {
  max-width: 800px;
  margin: 50px auto;
  font-family: 'Raleway';
  background-color: #234;
  color: white;
  position: relative;
}

strong {
  font-weight: bold;
}

a, h1, h2, h3, h4, h5, h6 {
  color: #abc;
}

h3 {
  font-weight: 600;
}

h2 {
  margin-top: 50px;
}
