body {
    width: 600px;
    height: 580px;
    margin: auto;
    line-height: 1.5em;
    box-shadow: 10px 1px 130px gray;
}


img.pokemon {
    height: 140px;

    position: relative;
    float: left;

    padding-left: 10px;
    padding-top: 10px;
}


h1 {
    text-decoration: underline;
    text-align: center;
    display: block;
    padding-top: 40px;
}

h2 {
    display: block;
    text-align: center;
    font-style: italic ;
}

img.marge {
    width: 130px;
    height: 408px;
    position: relative;
    float: left;
    padding-right: 20px;

}

img.autre {
    display: flex;
    width: 200px;
    float: left;
    padding-right: 20px;

}

p {
    font-size: 18px;
    text-align: justify;
    padding-right: 20px;
}
