.game-container {
    max-width: 900px;
    margin: 20px auto;
	width: 95%;
	border-radius: 15px;
	box-shadow: 0 0 10px #0ff;	
}

canvas {
    width: 100%;
    height: 450px;
    background: linear-gradient(#87CEEB, #4CAF50);
    border-radius: 15px;
    cursor: crosshair;
    touch-action: manipulation;
}

canvas {
    background: url('/jeux/tir-ballons/img/ballons.jpg') center/cover no-repeat;
    border-radius: 15px;
    cursor: crosshair;
}

.hud {
    background-color: #FFFAE3;
    border: 4px solid #8B4513; /* bois */
    border-radius: 10px;
    padding: 10px;
	color: grey;
    font-family: "Comic Sans MS", cursive, sans-serif;
}

.message {
    margin: 20px auto 0px auto;
    font-size: 14px;
    font-weight: bold;
}

.gratte-result-ok,
.gratte-result-no {
    margin: 10px auto;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    max-width: 600px;
}

.gratte-result-ok {
    border: 1px dashed lightgreen;
    color: white;
}

.gratte-result-no {
    border: 1px dashed lightcoral;
    color: white;
}
