/* RESET */
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #000;
  color: #fff;
}

/* PARTICLES BACKGROUND */
#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

/* CONTENT */
.content {
  position: relative;
  max-width: 600px;
  padding: 80px;
}

h1 {
  font-size: 32px;
  margin-bottom: 20px;
}

p {
  line-height: 1.6;
  color: #ccc;
}

.email {
  margin-top: 20px;
  color: #fff;
}