body {
  font-family: "Courier New", Courier, monospace;
  text-align: center;
}

#game {
  background-color: skyblue;
  width: 414px;
  touch-action: manipulation;
}
