body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #000; /* Black background */
    color: #fff; /* White text */
    font-family: Arial, sans-serif;
}

canvas {
    border: 2px solid #fff;
}

#scoreBoard {
    position: absolute;
    bottom: 10px; /* Position at the bottom */
    right: 10px; /* Position at the right */
    font-size: 24px;
}
