body {
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden;
}

#game-container {
    width: 1200px;
    height: 800px;
}