code-game {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 800px;
  height: 500px;
  margin: auto;
  border: 1px solid #CCC;
  padding: 0;
}