body {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color:black;
}

.container {
    position: relative;
}

#gameCanvas {
    border: 2px solid black;
    background-color: white;
} 