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

#game {
    background: #ddd;
    width: 640px;
    height: 480px;
    border: 1px solid #ddd;
}
