body {
    background-image:url("black.jpg");
    background-repeat:no-repeat;
    background-color:black;
    background-size:100% 100%;
    background-position:center, center;
    background-attachment:fixed;
    
}
h1 {
      text-shadow: 0 0 10px #0ff, 0 0 20px #0ff, 0 0 30px #0ff, 0 0 40px #f0f, 0 0 70px #f0f, 0 0 80px #f0f;
    color:white;
}
h2 {
    text-align:center;
    color:darkblue;
}
a {
    text-decoration:none;
    color:white;
}
p {
    color:white;
}