h1 {
 font-weight: bold;
 color: blue;
}
h2 {
 color: red;
}

div {
 font-weight: bold;
 color: green;
}