* {
  box-sizing: border-box;
}
.math-question-container {
  background-color: rgb(221 221 221);
  border-radius: 26px;
  padding: 15px;
  height: 67px;
  margin: 10px;
}
button {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;

  display: flex;
  justify-content: center;
  margin: 0;

  background-image: url("blank-space.png");
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 100%;
}
b {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.attack-shower {
  display: block;
  padding: 10px;
  text-align: left;
  border-radius: 20px;
}
.instruction-title {
  font-size: 25px;
  margin-bottom: 10px;
}
.inerrcenterred {
  width: 100%;
  max-width: 1000px;
}
.opponent-choose-title {
  font-size: 20px;
}
.under-boss {
  display: flex;
  justify-content: center;
  background: lightgrey;
  padding: 10px;
  border-radius: 22px;
  height: 61px;
  align-items: center;
}
.hp-shower {
  display: block;
  justify-content: center;
  align-items: center;
  padding: 5px 8px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 80%);
  border-radius: 100px;
}
.battle-arina {
  margin-top: 135px;
  display: flex;
  /* background-image: url("boss1/background1.gif"); */
  background-size: cover;
  width: 450px;
  max-width: 100%;
}
.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.titles-boss-chooser {
  margin: 10px;
}
.novice-boss-button,
.superEasy-boss-button,
.practice-boss-button,
.easy-boss-button,
.medium-boss-button,
.hard-boss-button,
.boss-button,
.ultra-boss-button {
  margin: 10px;
  width: calc(100% - 20px);
  padding: 10px;
  border-width: 10px;
  border-radius: 70px;
  background-color: #ffffff;
  display: flex;
  border-style: outset;
  border-color: rgb(0, 0, 0);
}
.home-link {
  padding: 20px;
  justify-content: center;
  display: flex;
}
.end-button {
  padding: 15px 15px;
  background-color: rgb(205 199 223);
  color: rgb(0, 0, 0);
  border-radius: 43px;
  border: none;
  font-weight: 500;
}
.notification-area {
  height: 210px;
  max-width: 450px;
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: center;
}
.novice-boss-button:hover {
  border-color: rgb(83, 146, 254);
  cursor: pointer;
}
.superEasy-boss-button:hover {
  border-color: rgb(3, 225, 159);
  cursor: pointer;
}
.practice-boss-button:hover {
  border-color: rgb(0, 76, 255);
  cursor: pointer;
}
.easy-boss-button:hover {
  border-color: rgb(2, 181, 41);
  cursor: pointer;
}
.medium-boss-button:hover {
  border-color: rgb(250, 198, 28);
  cursor: pointer;
}
.hard-boss-button:hover {
  border-color: rgb(255, 0, 0);
  cursor: pointer;
}
.boss-button:hover {
  border-color: rgb(155, 2, 2);
  cursor: pointer;
}
.ultra-boss-button:hover {
  border-color: rgb(98, 0, 0);
  cursor: pointer;
}

.boss-discription {
  text-align: left;
  font-size: 15px;
}
.attack-in-progress {
  display: none;
  background-color: rgb(221 221 221);
  border-radius: 26px;
  padding: 16px;
  margin: 10px;
}
.boss-button-boss-image {
  width: 100px;
  height: 100px;
  margin: 10px;
}
.end-words {
  background-color: rgb(191 182 182);
  border-radius: 17px;
  padding: 12px;
}
.uncharged {
  pointer-events: none;
  opacity: 75%;
  filter: grayscale(100%);
  color: rgb(83, 83, 83);
}
.attack-button {
  padding: 10px;
  width: 200px;
  height: 77px;
  margin: 10px;
  border-radius: 40px;
  background-color: rgb(112, 166, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  border-style: solid;
}
.pointer-button {
  width: 80px;
  height: 50px;
  background-color: rgb(205 199 223);
  color: rgb(0, 0, 0);
  border-radius: 30px;
  border: none;
  font-weight: 500;
}
.pointer-button:hover {
  cursor: pointer;
  background-color: rgb(175, 175, 209);
  border-color: rgb(175, 175, 209);
}
.attack-button:hover {
  cursor: pointer;
}
.blast-panes {
  width: 60px;
  height: 60px;
}
.wizard-hitsplat,
.boss-hitsplat {
  width: 200px;
  height: 100px;
  margin: 10px;
  display: flex;
  padding: 50px;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
}
.boss-timer {
  display: flex;
}
.boss-timer-inner {
  margin-left: 5px;
  margin-right: 5px;
}
.hitsplat-inner {
  width: 90px;
  height: 90px;
  display: none;
  color: rgb(0, 0, 0);
  font-weight: 700;
  justify-content: center;
  align-items: center;
  background-image: url("hitsplat.gif");
  background-size: 90px;
}
.need-to-center {
  align-content: center;
  align-items: center;
  justify-content: center;
  display: flex;
}
.wizard-hitsplat {
  left: 0;
}
.logo {
  width: 380px;
  height: 80px;
  margin-top: 5px;
  align-items: center;
}
.hp-bar {
  height: 40px;
  width: 100%;
  background-color: rgb(19, 130, 0);
  border-radius: 23px;
  transition: width 2s ease-in-out;
}
.hp-bar-holder {
  border-color: rgb(0, 0, 0);
  border-style: solid;
  background-color: rgb(0, 0, 0);
  border-radius: 26px;
  position: relative;
  margin: 10px 0px;
  overflow: hidden;
}
.hitsplat-holder {
  display: flex;
}
.player {
  width: 100%;
}
.choose-page {
  display: block;
}
.fight-page {
  display: none;
  flex-direction: column;
  align-items: center;
}
.PlayerAttackWrapper {
  width: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 625ms ease-in-out;
  position: relative;
}
.info-div-question-wrong,
.boss-question-wrong {
  font-weight: 700;
  color: rgb(169, 0, 0);
}
.attacks {
  display: flex;
}
.info-div-question-right,
.info-div-question-wrong {
  background-color: rgb(183 187 187);
  border-radius: 44px;
  width: 238px;
  height: 80px;
  font-size: 25px;
  padding: 24px;
}
.info-div-question-right,
.boss-question-right {
  font-weight: 700;
  color: rgb(4, 96, 12);
}
.boss-question-right .attack-button-left {
  margin-right: 5px;
  border-style: solid;
}
.boss-question-right,
.boss-question-wrong {
  font-size: 20px;
}
.attack-button-right {
  margin-left: 5px;
  border-style: solid;
}
.arena-left,
.arena-right {
  width: 45%;
}
.arena-left {
  margin: 20px;
  margin-right: 10px;
}
.arena-right {
  margin: 20px;
  margin-left: 10px;
}
.boss-right-or-wrong {
  display: none;
}
.input-box {
  width: 200px;
  border-radius: 30px;
  height: 50px;
  width: 134px;
  font-size: 16px;
  margin: 0px 5px;
  padding: 5px 10px;
  border: 9px solid #d4d4f5;
  outline: none;
}
.input-box:focus {
  border-color: rgb(175, 175, 209);
}
.input-container {
  width: 300px;
  justify-content: center;
  align-items: center;
}
.end-page {
  display: none;
}
