#box{
    color: plum;
    height: 0px;
    width: 500px;
    text-align: center;   
    margin-left: 400px;
    margin-top: 30px;
}

body{
    background-color: aquamarine;
}

#healthBox{
    color: red;
    text-align: center;
    margin-left: 940px;
    height: 5px;
    width: 150px;
}

section.wrapper{
    text-align: center;
}

#myCanvas{
    display: inline;
    width: 700px;
    height: 550px;
    margin-top: 10px;
    outline: 3px solid plum;
    position: static;
}

div#gameOver{
    display: none;
    text-align: center;
    margin-top: 300px;
    background-color: red;
    margin-left: 700px;
    height: 100px;
    width: 100px; 
}

div#winner{
    display: none;
    text-align: center;
    margin-top: 300px;
    background-color: blue;
    margin-left: 700px;
    height: 125px;
    width: 125px; 
}

