h1{
    color: blue;
    background-color: rgb(109, 184, 255);
}

.first{
    color: red;
}
.second{
    color: rgb(175, 122, 0);
    background-color: rgb(255, 255, 109);
}
.third{
    color: black;
    background-color: rgb(184, 236, 184);
}