header {
    background-color: rgb(195, 23, 4);
}

nav {
    background-color: rgb(186, 221, 193);
}

article {
    background-color: rgb(198, 237, 205);
}

footer {
    background-color: rgb(222, 241, 233);
}
h1 {
    font-size: 2,5rem;
    font-weight: 550;
}
h2 {
    font-weight: 370;
}
h3 {
    font-weight: 370;
}
h4 {
    font-weight: 370;
}
.entete {
    font-size: 4rem;
    font-family: "Archivo Black", sans-serif;
    font-family: "Bebas Neue", sans-serif;
    
    
}

a:link {
    color: rgb(195, 23, 4);
}
a:visited {
    color: rgb(195, 23, 4);
}
a:hover {
    color: rgb(0, 140, 82);
}
a:active {
    color: rgb(70, 246, 188);
}