body{
  background-image: url("https://wallpapercave.com/wp/wp1902707.jpg");
  background-size: 100% 100%;
}

audio {
  display: none;
}
#battle {
  width: 13rem;
  height: 3rem;
  border-radius: 1rem;
  background-size: 100% 110%;
  color: red;
  font-size: 1.5rem;
  font-family: 'Pixelify Sans' , sans-serif
}
#battle:hover {
  transition: 0.5s;
  scale: 1.1;
}
.title_button {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.title_div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#title {
  height: 10rem;
  margin-left: 15rem;
}

#main1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 45%;
  margin-right:5.5rem;
}
#main2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 45%;
  margin-left: 3.05rem;
}
#main1 div {
  background-image: url("/pokeballfile/closed_pokeball.png");
  background-repeat: no-repeat;
  background-size: contain;
  color: #ff0000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
}
#main2 div {
  background-image: url("/pokeballfile/closed_pokeball.png");
  background-repeat: no-repeat;
  background-size: contain;
  color: #fd0000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
}

#main1 div:hover {
  transition: 0.5s;
  scale: 1.15;
}
#main2 div:hover {
  transition: 0.5s;
  scale: 1.15;
}
#main {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
}
.playertext{
  width: 100%;
  text-align: center;
  color: yellow;
  font-weight: bolder;
  font-size: 5rem;
}
#info{
  background-image: url("https://imgs.search.brave.com/_fwszPKXgPGgZbGboyM7GJdzWzsljj1eYQMAcCmpSS4/rs:fit:860:0:0:0/g:ce/aHR0cHM6Ly9jZG4u/cGl4YWJheS5jb20v/cGhvdG8vMjAxNy8w/My8xNy8wNS8yMS9p/bmZvLTIxNTA5NDFf/NjQwLnBuZw");
  background-size: 100% 100%;
  width: 5rem;
  height: 3rem;
  margin-left: 3rem;
  border-radius: 20%;
}
#info:hover{
  scale: 1.1;
  transition: 0.5s;
}

.infopage{
  margin-top: 4rem;
  left: 8rem;
  position: absolute;
  width: 80%;
  height: 90%;
  scale: 1;
  background-color: rgb(101, 217, 38);
  color: rgb(255, 255, 255);
  border-radius: 5%;
 
}
.align_text{
   display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.ash_gif{
  height: 30em;
  margin-left: 1rem;
  border-radius: 10%;
}

.info_title{
  text-align: center;
  font-size: 4rem;
  color: #fd0000;
}
li{
  font-size: 1.5rem;
}
.text{
  margin-right: 1rem;
}



.loading_gif{
    padding-top: 5rem;
    padding-left: 30rem;
    padding-right: 30rem;
    margin: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  background-color: yellow;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.loading_bar{
     margin-top: 5rem; 
    margin-bottom: 5rem;
}
.pokemon_running{
    height: 20rem;
}