
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(orange.png);
background-repeat:no-repeat;
background-position:center center;
background-size: 120% 
}



 



li {
    float: left;

}

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

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




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

}



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

}