html, body
{
    margin: 0;
    padding: 0;
}
h1 {
    text-align: center;
}
p {
    text-align: center;
}
body
{
    background-image: url("../images/hd-space-background.jpg");
    background-repeat: no-repeat;
    background-size:cover
}