body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f0f0f0;
    font-family: Arial, sans-serif;
}

#game-container {
    text-align: center;
}

#game-canvas {
    border: 2px solid #333;
    background-color: #fff;
    cursor: crosshair;
}

#score, #next-fruit {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}
