body {
    width: 80%;
    margin: 0 auto;   
    background-image: url(../images/backgroundImage.jpg);
    /* Photo by David Besh from Pexels */
    background-repeat: no-repeat; 
    background-attachment: scroll;
    background-size: cover;
    color: #ffffff
}

#game {
    width: 75%;
    padding-top: 50px;
    padding-left: 33%;
}

h1 {
    font-size: 25px;
    padding-bottom: 10px;
}

div {
    padding-bottom: 10px;
}

p {
    padding: 15px 15px 0px 15px;
    display: inline;
}

img {
    width: 400px;
    height: 285px;
}

.credit {
    font-size: 10px;
}

footer {
    background-color: #cce6ff;
    text-align: center;
    bottom: 0%;
    position: absolute;
    width: 100%;
    margin-left: -10%;
    padding: 30px;
    color: gray;
}