#dialogbg {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}

#dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 100px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  padding: 20px;
}

#dialog h3 {
  margin-top: 0;
  color: black;
}

#dialog div {
  margin-top: 10px;
}

#dialog p {
  margin-top: -17px;
  color: rgb(52, 52, 52);
}

#dialog button {
  /* margin-right: 10px; */
  /* float: right; */
  width: 145px;
  height: 50px;
}

#dialog button1 {
  width: 145px;
  height: 50px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-top: 1px solid #5f5f5f;
  border-right: 1px solid #5f5f5f;
  border-bottom-left-radius: 15px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  color: rebeccapurple;
}

#dialog button2 {
  width: 145px;
  height: 50px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-top: 1px solid #5f5f5f;
  /* border-left: 1px solid #5f5f5f; */
  border-bottom-right-radius: 15px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  color: rebeccapurple;
}

#backImage {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30px;
  left: 30px;
  background-size: cover;
  cursor: pointer;
  z-index: 9998;
  display: none;
}

#thirdgame {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9997;
  background-color: black;
  display: none;
}