﻿/* Vous pouvez créer vos styles ici */
h1{
    text-align:center;
}
body {
    background-color:rgb(97, 4, 204);
}
#image{     
    text-align:center;         
    border-radius: 25px; 
}

table, th, td{    
    border: 0.1px solid gray; 
}

#texte{     
    width: 800px;     
    height: 350px;     
    margin:auto;     
    padding:20px;     
    text-align: justify;
    color: white;
 } 