#body{
    color: blue;
    background-color:
        lightyellow;
}
#first{
    color: darkgray;
}
.noice{
    color: darkblue;
    background-color: darkkhaki
}
#last{
    color: chocolate;
}