body {
    margin: 0;
    overflow: hidden;
    background: #87CEEB; /* Sky blue background */
}

canvas {
    display: block;
    margin: 0 auto;
    background: #fff; /* White background for the game */
}

#score {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 24px;
    color: #333;
    font-family: Arial, sans-serif;
}