h1
{
    color: red;
    line-height: 100px;
    text-align: center;
}
h2
{
    color: blue;
    line-height: 100px;
    text-align: right;
}
h3
{
    color:green;
    line-height: 50px;
    text-align: left;
}
h4
{
    color:purple;
    line-height: 50px;
    text-align: center;
}
h5
{
    color:orange;
    line-height: 15px;
    text-align: left;
}
h6
{
    color:black;
    line-height: 15px;
    text-align: right;
    font-size: 35px;
}