h1 {
    color: blue;
    text-align: center;
}

h2 {
    color: green;
    text-align: left;
}

p {
    color:red;
}



