body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    background-color: #333;
    color: #eee;
    font-family: 'Arial', sans-serif;
}

canvas {
    background-color: #000;
    border: 2px solid #555;
}

h1 {
    margin-bottom: 20px;
}