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);
}