#bcMenu {
  width: 480px;
  height: 360px;
  z-index: 30;
  position: absolute;
  /* cursor: grab; */
  touch-action: none;
  font-size: 30px;
  display: none;
  overflow: hidden;
  padding: 0;
}

.bcMenuCentered {
  inset: 0;
  margin: auto;
}

#crashPrompt {
  width: 300px;
  height: 150px;
  background-color: #ff7200;
  border: 10px solid #01ff15;
  display: none;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  z-index: 30;
}

#bcMenu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#bcMenu button {
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0%;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  line-height: 1em;
}

#bcMenu button.selected {
  opacity: 100%;
}

#btn1 {
  position: absolute;
  top: 11%;
  left: 10%;
  width: 1.4em;
  height: 1.4em;
}

#btn2 {
  position: absolute;
  top: 22%;
  left: 10.6%;
  width: 1.7em;
  height: 1.1em;
}

#btn3 {
  position: absolute;
  top: 30%;
  left: 10.9%;
  width: 1.6em;
  height: 1.2em;
}

#btn4 {
  position: absolute;
  top: 39.5%;
  left: 10%;
  width: 1.9em;
  height: 1.4em;
}

#btn5 {
  position: absolute;
  top: 51%;
  left: 10.6%;
  width: 1.6em;
  height: 1.6em;
}

#btn6 {
  position: absolute;
  top: 64%;
  left: 10.8%;
  width: 1.7em;
  height: 1.4em;
}

#btn7 {
  position: absolute;
  top: 72%;
  left: 10.9%;
  width: 1.7em;
  height: 1.2em;
}

#btn8 {
  position: absolute;
  top: 81%;
  left: 10.9%;
  width: 1.7em;
  height: 1.4em;
}

#ABbtn {
  position: absolute;
  top: 5.2%;
  left: 85.7%;
  width: 4em;
  height: 4em;
}

#footbtn {
  position: absolute;
  top: 65.5%;
  left: 73%;
  width: 8.5em;
  height: 8.2em;
}

#closebtn {
  position: absolute;
  top: -13%;
  left: 93.3%;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  line-height: 1.5em;
  cursor: pointer;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  user-select: none;
}
