header{padding: 250px;
    animation-direction: normal;
    background: azure;
    width: 50%;
    font-size: 20px;
    height: 75%;
    margin-left: 45%;
    border: 3px;
    color: antiquewhite;
}
banner{
  border: 9px;
width: 30px;
    height: 90px;
}


ul1{
    color: brown;
    background-color: gold;
    padding: 3,5em;
    font-size: 20px;
    font-family: "Comic Sans MS", Times, cursive;
    height: 75px;
    border:10px;
    list-style-position: inside;
    list-style-image: none; 
}

footer{
    padding-left: 50px;
    font-size: 16px;
    width:100%; 
    background: blanchedalmond; 
margin-top: 100px; 
    height: 200px;
    text-align: center;
}
h1,{
    color: darkgray; 
    font-size: 20px;
    font-family: "Comic Sans MS", Times, cursive;
    padding: 3,5em;
    position: center;
    margin-top: 200px;
    margin-right: 200px;
    font-weight: bold;
    text-align: justify-all;
}

body{
    background-image: url("massage.jpg");
    background-attachment: fixed; /*Le fond restera fixe*/
    background-repeat: no-repeat; /*Le fond ne sera pas répété*/
    background-position: center;
}
p{
    color:black;
    font-size: 20px;
    line-height: inherit;
    text-align: justify;
    font-family: "Times New Roman", Times, cursive;
    padding: 2,5em;
}
