.a{
    background-color: rgb(81, 216, 133);
    font-style: italic;
    color: rgb(255, 255, 255);
}

.b{
    background-color: rgb(85, 160, 226);
    font-style: oblique;
    color: brown;
}

.c{
    background-color: aqua;
    font-style: inherit;
    color: chocolate;
}

.d{
    background-color: rgb(255, 0, 51);
    font-style: initial;
    color: rgb(0, 242, 255);
}

.x{
    text-align: center;
}