header {
    background-color: rgb(160, 206, 238);
}

nav {
    background-color: rgb(255, 246, 201);
}

article {
    background-color: rgb(130, 96, 115);
}

footer {
    background-color: rgb(205, 198, 213);
}