body {
  background: url("../images/background.gif") repeat;

}

p {
  color: white;
  size: 24px;
}

#game {
  height: 530px;
  width: 750px;
  margin: 0 auto;
}

canvas {
  height: 520px;
  border: 5px solid white;
}
