﻿body {
    margin: 0;
    text-align: center;
    background-color: black;
}

#game {
    width: 1280px;
    height: 768px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
