body {
    background-color: rgb(248, 227, 255);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    max-width: 800px;
    margin: auto;
}

/* header */

header {
    margin: 10px;
    background-color: plum;
    border-radius: 10px;
    border: dashed 5px purple;
    padding: 25px;
}

ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
}


li {
    background-color: rgb(185, 124, 201);
    padding: 5px;
    border-radius: 5px;
    border: solid purple 3px;
}

a{
    text-decoration: none;
    color: purple;
}

/* fin header */
/* footer */

footer {
    margin-top: 50px;
    background-color: plum;
    padding: 25px;
    border: dashed purple 5px;
    border-radius: 10px;
}

footer p {
    display: flex;
    justify-content: center;
   
}

/* fin footer */

/* titre */

h1 {
    display: flex;
    justify-content: center;
    font-size: 28px;
    padding: 10px;
}

.Titre {
    display: flex;
    justify-content: center;
}

/* fin titre */

/* ancre pour dessin et img */

.CharaDesign {
    background-color: rgb(185, 124, 201);
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: center
}

.image {
    margin: 25px;
    display: flex;
    justify-content: center;
}

.Histoire {
    background-color: rgb(185, 124, 201);
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: center
}

.Auto {
    padding: 10px;
}

.GroupAuto {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

/* fin ancre pour dessin et img */

/* Texte */

p {
    padding-left: 70px;
    padding-right: 70px;
    text-align: justify;
}

/* Fin Texte */