li {
    color: darkgreen;
    font-size: 18px;
}
h1 {
    color: darkred;
    text-align: center;
}

h2 {
    color: navy;
    text-align: left;
}

p {
    color: black;
    font-size: 16px;
    text-indent: 30px;
}