body {
    background-image: url("lebron-james-lakers.jpg");
    background-size: cover;
    color: white;
    font-family: Comic Sans MS;
}

#gameBox {
    width: 700px;
    height: 500px;
    border-radius: 15px;
    background-color: white;
    position: relative;
}

#character {
    position: absolute;
    top: 300px;
    left: 340px;
    z-index: 1;
}

#grass {
    position: absolute;
    top: 350px;
}

.zombieClone {
    position: absolute;
    top: 310px;
    left: 650px;
}

#lazer {
    position: absolute;
    top: 310px;
    display: none;
}

#livesPar {
    color: black;
    font-family: Comic Sans MS;
    font-size: 30px;
}

#pointsPar {
    color: black;
    font-family: Comic Sans MS;
    font-size: 30px;
}

#instrucPar {
    font-family: Comic Sans MS;
    font-size: 20px;
}

#whyPar {
    font-size: 50px;
    font-family: Comic Sans MS;
    color: white;
}

#tower {
    position: absolute;
    top: 225px;
    left: 0px;

}

#towerPar {
    color: black;
    font-family: Comic Sans MS;
    font-size: 30px;
}
