body {
    background-image: url(../images/starTrailsHD.jpg);
    background-repeat: repeat-y;
    background-position: center top;
    background-color: rgb(31,34,47);
}
h1 {
    text-align: center;
    color: lightskyblue;
    font-size: 60px;
}
p {
    text-align: center;
    color: azure;
    font-size: 30px;
}
p#wordDisplay {
    margin: 100px;
    font-size: 55px;
}