h1 {
    text-align: center;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.scoreDisplay {
    text-align: center;
}

#playingField {
    background-image: url("images/grass.png");
    background-size: 100% 100%;
    border: 1px solid black;
    margin: auto;
    padding: 0px;
    display: block;
}

#gameOverText {
    text-align: center;
    background: #f47070;
    width: 320px;
    margin: auto;
}

#gameOverMessage {
    font-size: 200%;
    font-weight: bold;
}

#startInstructions {
    text-align: center;
    background: #8ad9f2;
    width: 320px;
    margin: auto;
}

#controls {
    text-align: center;
}

#controlsText {

}

#controlsImage {
    vertical-align: middle;
}

#touchControls {
    text-align: center;
    width: 320px;
    margin: auto;
}

#footer {
    text-align: center;
}
