li {
    color: darkgreen;
    font-size: 18px;
}

/* Naslovi */
h1, h2 {
    color: Red;
    text-align: center;
}

/* Odstavki */
p {
    color: #333;
    font-size: 16px;
    text-indent: 25px;
}