body {
    background-color: black;
    /* display: flex; */
}

#gameCanvas {
    position: absolute;
    top: 0;
    left: 0;
}

