.gameContainer {
    display: flex;
    align-items: center;
    padding-top: 1px;
}

.gameCanvas {
    outline: 1px solid white;
}
