* {
  user-select: none! important;
}


html {
  background: #222;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Share Tech Mono', monospace;
}

body {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
}

canvas {
  display: block;
  margin: 0 auto 0 auto;
  margin-top: 4vh;
}

#score {
  font-size: 8vh;
  margin: 2vh 1vh;
  color: white;
}
