body {
    text-align: center;
}
canvas {
    display: block;
    margin:auto;
}
.user-panel {
    width: 60%;

    display: inline-flex;
    background-color: #b6b0b0;
    border-radius: 15px;
}

.user-panel .lives {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin: 0 5px 0 0;
}

.user-panel .lives li {
    list-style: none;
    display: inline-block;
}

.life img {
	height: 50px;
	width: 40px;
}

.user-lives, .score, .control-buttons {
    width: 33.3%;
    text-align: center;
}

.user-lives h3 {
    margin-bottom: 5px;
}

.gameButton {
	cursor: pointer;
}
