* {
  padding: 0;
  margin: 0;
  font-size: 100%;
}

main {
  margin: 0 auto;
  text-align: center;
}

.stadium {
  background-image: url(https://fiverr-res.cloudinary.com/images/t_main1,q_auto,f_auto,q_auto,f_auto/attachments/delivery/asset/0032398f86ea753194c5eeba97eccda2-1627249600/ExportBackgroundnomoveclound/draw-a-pixel-pokemon-battle-background.gif);
}

.general {
  max-width: 980px;
  margin: 0 auto;
}

.titulos {
  text-align: center;
}

p {
  font-family: consolas;
  background-color: rgba(255, 110, 110, 0.678);
  font-weight: bolder;
  font-size: 20px;
}

.stadium {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.colspan {
  margin: 25px auto;
  height: 50px;
  padding: 5px;
}

.pokemones {
  margin: 5px auto;
  display: grid;
}

.pokemon1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px;
  text-align: center;
  width: 50%;
}
.pokemon1 img {
  position: relative;
  width: 150px;
  height: 140px;
}
.pokemon1 .attackBox1 img {
  position: absolute;
  width: 150px;
  height: 140px;
}

.pokemon2 {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-self: end;
  padding: 5px;
  text-align: center;
  width: 50%;
}
.pokemon2 img {
  width: 130px;
  height: 120px;
}
.pokemon2 .attackBox2 img {
  position: absolute;
  width: 150px;
  height: 140px;
}

.botones {
  margin-top: 10px;
}

.btn {
  width: 80%;
  height: 30px;
  margin-bottom: 5px;
  border-radius: 15px;
  border-radius: 12px;
  font-size: 1.25rem;
  color: rgb(255, 255, 255);
  background: hsla(0, 0%, 0%, 0.322);
  will-change: transform;
  transform: translateY(-4px);
  transition: transform 800ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.refresh {
  background-color: rgba(255, 0, 0, 0.644);
  width: 100%;
  height: 50px;
  margin: 0 auto;
}

.hp1, .hp2 {
  border-style: ridge;
  border-radius: 5px;
}

.footerContainer {
  background-color: #212529;
  margin: 0 auto;
  margin-top: 15px;
}
.footerContainer .grupo1 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  padding: 45px 0px;
}
.footerContainer .grupo1 .cajaFooter figure {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.footerContainer .grupo1 .cajaFooter figure img {
  width: 60px;
}
.footerContainer .grupo1 .cajaFooter h5 {
  color: antiquewhite;
  margin-bottom: 25px;
  font-size: 20px;
  align-items: center;
}
.footerContainer .grupo1 .cajaFooter .parrafoFooter {
  color: antiquewhite;
  margin-bottom: 10px;
}
.footerContainer .grupo1 .cajaFooter .redes {
  text-align: center;
}
.footerContainer .grupo1 .cajaFooter .redes a {
  display: inline-block;
  text-decoration: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: antiquewhite;
  margin-right: 10px;
  background-color: rgb(255, 0, 0);
  text-align: center;
  transition: all 300ms ease;
}
.footerContainer .grupo1 .cajaFooter .redes a:hover {
  color: rgb(0, 0, 0);
}
.footerContainer .grupo2 {
  background-color: black;
  padding: 15px 10px;
  text-align: center;
  color: antiquewhite;
}

.logoFooter {
  display: inline-block;
  text-decoration: none;
  width: 60px;
  height: 60px;
  line-height: 45px;
  color: antiquewhite;
  margin-right: 10px;
  background-color: rgb(255, 0, 0);
  text-align: center;
  transition: all 300ms ease;
  border-radius: 5px;
}
.logoFooter:hover {
  color: rgb(0, 0, 0);
}

@media screen and (min-width: 320px) {
  .footerContainer {
    width: 100%;
    max-width: 980px;
  }
  .footerContainer .grupo1 {
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    padding: 10px 0px;
    text-align: center;
    align-items: center;
  }
}/*# sourceMappingURL=style.css.map */