html {
  font-size: 10px; /* px signifie 'pixels': la taille de base pour la police est désormais 10 pixels de haut  */
  font-family: 'Open Sans', sans-serif; /* cela devrait être le reste du résultat obtenu à partir de Google fonts */
}



body {
color:black;
background-color:white;
background-image:url(violet.png);
background-repeat:no-repeat;
background-position:center center;
background-size: 200% 
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display:inline-block
    text-align:center;
    overflow: hidden; 

}
 



li a {
  color:white;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
  list-style-type: none;
  display: block;
  float: left;
}



h1 {
    color:black;
    font-size: 80px;
    text-align: center;

}



p {
    color:white;
    font-size: 25px;
    line-height: 2;
    letter-spacing: 1px;

}

ol{
list-style-type:upper-alpha

font-size:10px;

}