.container {
    
}


header {
   background-color: rgb(162, 150, 150);
}


.michel {
    color: black;
    font-weight: 1000;
    width:auto;
    height: 200%;
    justify-content: space-around;
}




nav {
    background-color: rgb(162, 150, 150);
}

.liens {
    list-style: none;
    justify-content: space-evenly;
    justify-content: space-around;
}

article {
    background-color: rgb(210, 204, 204);
    height: 2000px;
}

footer {
    background-color: rgb(162, 150, 150);
}

.kirikou{
width: 30px;
}