html,body {
    background-color: transparent; /* Green background like a poker table */
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

canvas {
    display: block;
    margin: auto;
}

h1 {
    color: white;
}