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;
}

#gameCanvas {
    border: 2px solid #333;
    background-color: #fff;
}

h1 {
    margin-bottom: 10px;
}

p {
    margin: 5px 0;
}