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

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

canvas {
    border: 2px solid #fff;
    background-color: #000;
}

#status {
    margin-top: 10px;
}

#instructions {
    margin-top: 20px;
    font-size: 14px;
}