h1 {
    color: rgb(204, 127, 32);
    background-color: rgb(238, 238, 183);
}
.first{
    color: rgb(30, 52, 179);
}
.second{
    color: rgb(92, 30, 2);
    background-color: rgb(209, 231, 7);
}
.third{
    color: darkgreen;
    background-color: lightgreen;
}
