/*!*************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/index.scss ***!
  \*************************************************************************************************************************************/
/* !*************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/index.scss ***!
  \************************************************************************************************************************************ */
.body {
  display: flex;
  justify-content: space-between;
}

.nav {
  display: flex;
  justify-content: center;
}

.game-title {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid beige;
  border-radius: 8px;
  box-shadow: 1px 1px 2px 2px lightsalmon;
  background-color: white;
  width: 260px;
  font-weight: 700;
  font-size: 24px;
  height: 40px;
  margin-top: 150px;
  margin-bottom: 50px;
}

.timer {
  font-size: 22px;
  text-indent: 5px;
}

.score {
  font-size: 22px;
  display: flex;
  text-indent: 5px;
}

.result {
  font-size: 22px;
  display: flex;
  text-indent: 5px;
}

.percentage {
  font-size: 22px;
  display: flex;
  text-indent: 5px;
}

.right {
  display: flex;
  flex-direction: column;
}

.left {
  margin-left: 10px;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
}

#instruction-div {
  display: flex;
  justify-content: center;
  margin-right: 10px;
  display: none;
  border: 1px solid beige;
  background-color: white;
  box-shadow: 1px 1px 2px 2px lightsalmon;
  margin-bottom: 10px;
}

#instructions {
  display: flex;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: white;
  border: 1px solid beige;
  box-shadow: 1px 1px 2px 2px lightsalmon;
  margin-right: 10px;
  margin-bottom: 10px;
}

#how-div {
  display: flex;
  justify-content: center;
  margin-right: 10px;
  display: none;
  border: 1px solid beige;
  background-color: white;
  box-shadow: 1px 1px 2px 2px lightsalmon;
  margin-bottom: 10px;
}

#how {
  display: flex;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: white;
  border: 1px solid beige;
  box-shadow: 1px 1px 2px 2px lightsalmon;
  margin-right: 10px;
  margin-bottom: 10px;
}

#about-div {
  display: flex;
  justify-content: center;
  margin-right: 10px;
  margin-bottom: 10px;
  display: none;
  border: 1px solid beige;
  background-color: white;
  box-shadow: 1px 1px 2px 2px lightsalmon;
}

#about {
  display: flex;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: white;
  border: 1px solid beige;
  box-shadow: 1px 1px 2px 2px lightsalmon;
  margin-right: 10px;
  margin-bottom: 10px;
}

.popped {
  position: absolute;
}

.canvas {
  display: flex;
}

#newGame {
  display: flex;
  font-size: 27px;
  border: 1px solid beige;
  box-shadow: 1px 1px 2px 2px lightsalmon;
  border-radius: 8px;
  background-color: white;
}

#newGame:hover {
  background-color: lightsalmon;
}

#one,
#two,
#three {
  height: 40px;
  width: 100px;
  font-size: 18px;
  border: 1px solid beige;
  box-shadow: 1px 1px 2px 2px lightsalmon;
  border-radius: 8px;
  background-color: white;
}

#one:hover,
#two:hover,
#three:hover {
  background-color: lightsalmon;
}

.levels {
  display: flex;
  justify-content: center;
}
