header {
    background-color: rgb(226, 203, 168);
}
nav {
    background-color: rgb(23, 239, 239);
}
article {
    background-color: rgb(223, 147, 33);
}
footer {
    background-color: rgb(35, 94, 94);}