body {
  background: #000 url(../img/bg_blkbrd.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  font-family: 'Waiting for the Sunrise', cursive; 
  font-size:30px; 
  color: rgba(255, 0, 0, 0.7);;
  text-align: left;  
  letter-spacing: 6px; 
  font-weight: bold; 

}

#typedtext {
  max-width: 900px;
  margin: 100px auto;
  font-family: 'Waiting for the Sunrise', cursive; 
  font-size:30px; 
  color: rgba(255, 255, 255, 0.7);;
  text-align: left;  
  letter-spacing: 6px; 
  font-weight: bold;

}

 my-email::after {
    content: attr(data-domain);
  }
  my-email::before {
    content: attr(data-user) "\0040";
 }

