header {
    background-color: salmon;
    color: bisque;
}

body {
    background-color: peachpuff;
    color: rgb(210, 91, 77);
}

button {
    background-color: salmon;
    color:bisque;
}
