li {
    color: aquamarine;
    font-size: 20px;
}

h1 {
    text-align: center;
}

h2 {
    color: orange;
}

p {
    text-indent: 100px;
    color: brown;
    font-size: 24px;
}