/* * {
  box-sizing: border-box;
  margin: 5px auto;
}

body {
  background: #abcdef;
}

div {
  position: absolute;
  line-height: 80%;
  left: 0;
  right: 0;
  max-height: 500px;
  color: #dffdcf;
} */

.tamagotchi-game {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1400px;
  max-height: 100%;
  height: 100%;
  background-color: #060ab2;
  z-index: 5;
  /* align-items: center; */
  /* display: flex; */
  /* justify-content: center; */
  /* padding: 200px; */
  /* margin: 20px; */
  /* grid-row:auto; */
}

.home {
  max-width: 440px;
  /* height: 100%; */
  /* width: 100%; */
  margin: auto;
  /* align-items: center; */

  /* max-height: 100%; */
  display: flex;
  /* justify-content: center; */
}

.home img {
  width: 375px;
  /* height: 100%; */
  /* width: 100%; */
  margin: auto;
  /* max-height: 100%; */
  @media (min-width: 1256px) {
    max-width: 440px;
  }
}

.tamagotchi {
  position: relative;
  max-width: 80px;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  z-index: 20;
}

.tamagotchi img {
  position: absolute;
  max-width: 40px;
  /* transform: translate(-50%, -50%); */
  /* left: 50%; */
  /* top: 260px;
  left: -80px; */
}

.stats {
  max-width: 90%;
  margin: 0 auto;
  top: 50px;
  color: white;
  display: flex;
  text-align: center;
  gap: 10%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.stats p {
  text-align: justify;
}

.actions {
  /* top: 330px; */
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 10%;
  margin: 10px;
  /* margin-bottom: 100px; */
}

.actions button {
  width: 10%;
  height: 50px;
}

.results {
  color: white;
  align-items: center;
  display: flex;
  justify-content: center;
}

.close {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 10%;
  margin: 10px;
}

#close {
  width: 10%;
  height: 50px;
}
