@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;800&display=swap');

body{
    background-color: whitesmoke;
}
h1{
    color: white;
    background-color: red;
}
div{
    width: 800px;
    max-width: 90%;
    margin: 0 auto;
}
header{
    font-family: "Poppins", serif;
  font-weight: 800;
  font-style: normal;
    text-align: center;
}
footer {
    color: white;
    background-color: black;

}
.bulbasaur {
    text-align: center;
    background-color: lightgreen;
    color: gray;
}
.squirtle {
    text-align: center;
    background-color: lightseagreen;
    color: whitesmoke;
}
.charmander {
    text-align: center;
    background-color: lightcoral;
    color: whitesmoke;
}
.imagen{
        text-align: center;
}
li{
    display: inline-block;
    color: whitesmoke;
    background-color: rgba(209, 188, 188, 0.897);
    padding: 15px;
}
@media{max-width: 600px;


}