#first {
    color: royalblue;
    background-color: yellow;
}
#second {
    color: orangered;
    background-color: black;
}
#third {
    color: purple;
    background-color: white;
}
#fourth {
    color: darkgray;
    background-color: aqua;
}
#fifth {
    color: darkorange;
    background-color: black;
}
.class {
    color: deepskyblue;
    background-color: lightcoral;
}