#game {
  image-rendering: auto;
  background: #5ec8f0;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}

#score,
#best,
#title,
#over {
  display: none !important;
}
