body{
    font-family: 'Play', sans-serif;
}
h5{
    text-align: center;
    font-weight: bolder;
}

#all-container{
    background-image: url(../assets/images/fondo2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    /* background-position: center; */

    /* background-color: aquamarine */
}
#pokeball{
    border-radius: 50%;
    height: 25vh;
    position: absolute;
    left: 0px;
    width: 10%;

}


/*estilos del modal*/
.modal-content{
    color: rgb(226, 26, 11);
    text-align: center;
    font-weight: bolder;
}

.poke-container {
    display: flex;
    flex-wrap: wrap;
}
 .post{
     display: inline-block;
     background-color: rgba(238, 238, 247, 0.5);
     border: 3px dashed rgb(5, 173, 19);
     border-radius: 5px;
     height: 50vh;
     margin: 2%;
     width: 20%;
     
 }