﻿/* Vous pouvez créer vos styles ici */
#image{
   
    text-align: center;
}

img{
    width: 500px;
    border-radius:500px;
}


h1{
    text-align: center;
    color: rgb(255, 255, 255)
}

#texte{
    width: 500px;
    height: 3050px;
    margin: auto;
    padding: 20px;
    text-align: justify;
    color: rgb(255, 255, 255);
}
    body
     {     background-color:rgb(0, 0, 0); } 










