body {
    background-color: #f0fff0; /* light natural green */
    color: #2e8b57; /* my green text */
    text-align: center;
}

h1 {
    color: #006400;
}

ul, ol {
    text-align: left;
    display: inline-block;
}