/* 175 : 247 */
html,body{
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  border: 0;
  margin: 0;
  padding: 0;
}
.title-font{
  --fs-value: 22px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .title-font{
    --fs-value: 44px;
  }
}
.health{
  background-image: url("/site_media/site/games/doors/idea/game_vidas.png");
  background-repeat: no-repeat;
  background-size: auto 200%;
  background-position: center bottom;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
}
.health.active{
  background-position: center top;
}
.game-wrapper-1-1{
  aspect-ratio: 1;
}
body,.bg--game{
  background-color: var(--canvas_bg);
}