body {
    background-image: url(https://i.pinimg.com/564x/f4/49/16/f4491608c25e9e88131d7b74ecd2b716--friends-wallpaper-pikachu.jpg);
    font-family: Arial, Helvetica, sans-serif;
}

.titulo{
    display: flex;
    justify-content: center;
}
.contenedor_pokedex{
    padding: auto;
    display:flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
}

.pokedexBox{
    background-color: #fff;
    align-items: center;
}

#pokeName{
    position: absolute;
    font-size: 20px;
    text-align: center;
    top: 769px;
    left: 678px;
    width: 109px;
    height: 44px;
    background-color: yellow;
    border-radius: 5px 5px 5px 5px;
}

#pokeImg{
    position: absolute;
    left: 695px;
    top: 485px;
}

.change_boton{
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #307bfb;
    top: 705px;
    left: 630px;
    border-radius: 50px;
    font-weight: bold;
}

.infoPokemon{
    color: #000;
    font-weight: bolder;
    font-size: 20px;
    padding-left: 20px;
    width: 219px;
    height: 110px;
    position: absolute;
    top: 484px;
    left: 1037px;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    line-height: 1px;
}

.contenedor_stats{
    position: absolute;
    background-color: red;
    width: 180px;
    height: 550px;
    left: 1400px;
    top: 310px;
    border-radius: 70px 10px;
    padding-left: 20px;
    border-style:solid;
    color: #000;
    font-size: 25px;
}
