* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

canvas {
  background: #acd1f0;
  border: 2px solid #98b9d4;
}

body {
  height: 100vh;
  width: 100vw;
}

#container {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
  position: fixed;
}

#score {
  font-size: 50px;
  font-weight: bold;
  position: fixed;
  top: 20px;
  left: 20px;
}

/*# sourceMappingURL=index.1303bb05.css.map */
