body {
    text-align: center;
}
#Game {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
}
#Game canvas{
    border: 3px solid black;
}
