h1 {
    color:  red;
    line-height: 150px;
}
h2 {
    color: green; 
    line-height: 50px;
}
h3 
{
    color: orange;
    line-height: 50px;
} 
h4 
{
    color: blue;
    line-height: 40px;
}
h5 {
    color: yellowgreen;
    line-height: -20px;
} 
h6 {
    color: grey;
} 