/* Vous pouvez créer vos styles ici */
*{
    font-family: Calibri Light;
}
body {
    background-color:white;
}
h1 {
    text-align: center;
}
#image {
    border-radius: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img {
    border-radius: 25px;
}
#texte {
    width: 800px;
    height: 350px;
    margin:auto;
    padding:20px;
    text-align: justify;
 }