body{
    margin: 0;
    padding: 0;
    background-color: blue;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   
}
img{
   height: 100px; 
   border-radius: 50%;
   margin-left: 75px;
   margin-top: 15px;
}
.fatou{
    background-color: black;
    width: 17%;
    height: 100vh;
   margin-top: 0;
   bottom: 0;
  
}
.fatou ul li{
    list-style-type: none;
    font-size: 1.9em;
    padding-top: 50px;
   
}
 .fatou ul li a{
    text-decoration: none;
    color: white;
} 


article{
    width: 70%;
    margin-left: 300px;
    margin-top: -600px;
}
h1{
    font-size: 2em;
}
strong{
    color: brown;
    font-size: 2em;
}
p{
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 1.3em;
}