body {
    margin: 0;
    background-color: #1e1e1e;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
  
canvas {
    background-color: #0b6623; /* pool table green */
    border: 4px solid #5a3e1b;
}