#snake-container {
    margin: 0 auto;
    text-align: center;
    width: 75em;
    height: 50em;
}

#snake-canvas {
    background-color: #eee;
}