header {
    background-color: rgb(211, 11, 11);
    
}

nav {
    background-color: rgb(206, 136, 136);
}

li {
    color: aliceblue;
}

article {
    background-color: rgb(224, 172, 172);
}

footer {
    background-color: rgb(211, 11, 11);
}