h1 {
    color: rgb(0, 0, 0);
}

body  {
    background-color: rgb(255, 251, 0);
}

p, th, tr {
    color: cornflowerblue;
}

.bc {
    background-color: rgb(255, 255, 255);
}

#endest {
    color: firebrick;
}