html {
  transition: all 0.1s ease-in;
  -mozkit-transition: all 0.1s ease-in;
}

body {
  background-color: black;
}
#box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#background {
  height: 700px;
  width: 1250px;
  border-color: darkgoldenrod;
  border-style: ridge;
  border-width: 6px;
  box-shadow: 0 0 40px rgba(212, 50, 55, 0.5);
}
#person2 {
  position: absolute;
  top: 106px;
  left: 850px;
  height: 600px;
}
#person3 {
  position: absolute;
  top: 202px;
  left: 575px;
  height: 500px;
  width: 350px;
}
#person1 {
  position: absolute;
  top: 106px;
  left: 100px;
  height: 600px;
}

#crownsprite {
  position: absolute;
  top: 102px;
  left: 100px;
  height: 600px;
}

#textbox {
  position: absolute;
  top: 465px;
  left: 245px;
  height: 118px;
  width: 910px;
  padding: 40px;
  font-family: monospace;
  font-size: 20px;
  color: white;
  border-color: white;
  border-style: solid;
  border-width: 2px;
  border-radius: 30px;
  background-image: linear-gradient(rgba(255, 242, 102, 0.7), rgba(255, 242, 102, 0.3));
  -webkit-text-stroke: 1px black;
  font-weight: 1000;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);

}
#speaker {
  position: absolute;
  height: 200px;
  width: 200px;
  left: 25px;
  top: 450px;
}

#crownspeaker{
  position: absolute;
  height: 200px;
  width: 200px;
  left: 25px;
  top: 450px;
}

#next {
  font-family: "Cinzel Decorative";
  top: 660px;
  left: 1145px;
  height: 40px;
  width: 105px;
  font-size: 18px;
  color: #fff;
  padding: 7px 7px;
  border: 2px solid #d4af37;
  background: linear-gradient(145deg, #7a1c1c, #5b0f0f);
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 10px rgba(212, 50, 55, 0.5);
  text-shadow: 0 0 5px rgba(255, 60, 0, 0.7);
  }

  #next:hover {
  background: linear-gradient(145deg, #932020, #6d1212);
  box-shadow: 0 0 15px rgba(255, 60, 0, 0.8);
  transform: scale(1.05);
  }

  #next:active {
  background: linear-gradient(145deg, #5b0f0f, #3e0909);
  box-shadow: 0 0 5px rgba(212, 50, 55, 0.6);
  transform: scale(0.98);
  }


#namebox {
  position: absolute;
  top: 640px;
  left: 35px;
  height: 20px;
  width: 130px;
  padding: 3px 8px 8px 8px;
  font-family: "Cinzel Decorative";
  padding: 8px 20px;
  background: linear-gradient(145deg, #5b0f0f, #7a1c1c);
  color: #fff;
  text-align: center;
  font-size: 15px;
  letter-spacing: 2px;
  border: 5px gold;
  border-style: double;
}

#choice2 {
  position: absolute;
  top: 350px;
  left: 675px;
  height: 60px;
  width: 160px;
  font-size: 12px;
  display: none;
  font-family: "Cinzel Decorative";
  color: #fff;
  padding: 7px 10px;
  border: 2px solid #d4af37;
  background: linear-gradient(145deg, #7a1c1c, #5b0f0f);
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 10px rgba(212, 50, 55, 0.5);
  text-shadow: 0 0 5px rgba(255, 60, 0, 0.7);
  }

  #choice2:hover {
  background: linear-gradient(145deg, #932020, #6d1212);
  box-shadow: 0 0 15px rgba(255, 60, 0, 0.8);
  transform: scale(1.05);
  }

  #choice2:active {
  background: linear-gradient(145deg, #5b0f0f, #3e0909);
  box-shadow: 0 0 5px rgba(212, 50, 55, 0.6);
  transform: scale(0.98);
  }
 

#choice1 {
  position: absolute;
  top: 350px;
  left: 415px;
  height: 60px;
  width: 160px;
  font-size: 12px;
  display: none;
  font-family: "Cinzel Decorative";
  color: #fff;
  padding: 7px 10px;
  border: 2px solid #d4af37;
  background: linear-gradient(145deg, #7a1c1c, #5b0f0f);
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 10px rgba(212, 50, 55, 0.5);
  text-shadow: 0 0 5px rgba(255, 60, 0, 0.7);
  }

  #choice1:hover {
  background: linear-gradient(145deg, #932020, #6d1212);
  box-shadow: 0 0 15px rgba(255, 60, 0, 0.8);
  transform: scale(1.05);
  }

  #choice1:active {
  background: linear-gradient(145deg, #5b0f0f, #3e0909);
  box-shadow: 0 0 5px rgba(212, 50, 55, 0.6);
  transform: scale(0.98);
  }

#counter {
  color: white;
}

#border {
  position: absolute;
  top: 350px;
  left: -15px;
  height: 50px;
}
