/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/style.scss ***!
  \**************************************************************************************************************/
* {
  font-family: cursive;
}

body {
  margin: 0;
}
body #body {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
body #body #container {
  width: 75vmin;
  height: 83vmin;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #c09c25;
}
body #body #container .header {
  width: 100%;
  height: 9.936%;
  background-color: #816c0c;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
body #body #container .header .info {
  color: #b7b7b7;
  font-size: 1rem;
}
body #body #container .header .info span {
  color: #ffffff;
  font-size: 1.3rem;
}
body #body #container canvas {
  width: 85.38%;
  height: 77.151%;
}
body #body #container #game-over {
  width: 30vmin;
  height: 30vmin;
  position: absolute;
  align-self: center;
  display: none;
  justify-content: space-around;
  flex-wrap: wrap;
  background-color: #9b5a01;
  border-radius: 2rem;
}
body #body #container #game-over p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.3rem;
  color: #ffffff;
  width: 70%;
  height: 50%;
  margin: 0;
  padding: 0;
}
body #body #container #game-over button {
  height: 15%;
  width: 25%;
  background-color: #ffffff;
  color: #000000;
  border: none;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  cursor: pointer;
}
body #body #container #game-over button:hover {
  background-color: #dfdfdf;
}
body #body #container #game-over button:nth-child(2) {
  width: 50%;
}
body #background {
  width: 100vw;
  height: 100vh;
  background-color: rgb(223, 223, 223);
  filter: brightness(0.5);
}

/*# sourceMappingURL=main.css.map*/