h1 {
    color: darkblue;
    background-color: blue;
}
.frist{
     color: blueviolet;
}
.second{
     color: chocolate;
     background-color: gold;
}
.thried{
     color: darkgreen;
     background-color: aquamarine ;
}
