body {
  background-image: url(5230932-6109215820-windo.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  font-family: 'Open Sans', sans-serif;
  color: white;
}
.text-stuff {
  margin-top: 15%;
  max-width: 900px;
}
h2, h3, h4, h5, h6 {
  margin: 0.5em 0;
}
h1 {
  font-family: 'Arima Madurai', cursive;
  font-size: 5em;
  margin: 0.1em 0;
}
h5 {
  font-family: 'Arima Madurai', cursive;
  font-size: 2em;
}
h6 {
  font-size: 1.5em;
}
.email::after {
    content: attr(data-domain);
}
.email::before {
    content: attr(data-user) "\0040";
}
