body{
    background: black;
    background-image: url('../img/space.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}

h1 {
    font-size: 32pt;
    font-family: monospace, fantasy ,sans-serif;
    font-variant: small-caps;
    font-weight: bold;
    
    position: fixed;
    bottom: -10px;
    left: 20px;
    
    color: grey;
    text-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050;
}