body {
    font-family: Trebuchet MS;
    background-color: #f0faf3;
    color: #0c3317;
    padding: 25px;
}

h1 {
    color: #0c3317;
}

h2 {
    color: #5f7d67;
}

ul, ol {
    background-color: #fffeeb;
    padding: 10px;
    border-radius: 5px;
}

ul li, ol li {
    margin: 5px 0;
}

ul {
    list-style-type: circle;
}

ol {
    list-style-type: decimal;
}

.nested-list ul {
    list-style-type: square;
}

.nested-list ol {
    list-style-type: lower-alpha;
}