h1 {
font-size: xx-large;
color: red;
}
h2 {
font-size: x-large;
color: green;
}
h3 {
font-size: large;
color:blue;
}

