body {
    font-family: 'SF Mono', 'Menlo', 'Fira Code', 'JetBrains Mono', 'Roboto Mono', monospace;
    line-height: 1.6;
    color: #333;
    background: #fff;
    margin: 0;
    padding: 40px 20px;
    max-width: 600px;
    margin: 0 auto;
}

h1 {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 0;
}

ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}

li {
    margin-bottom: 16px;
}

a {
    color: #333;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.nested-list {
    list-style-type: circle;
    margin-top: 0;
    margin-bottom: 8px;
}

.nested-list li {
    margin-bottom: 2px;
} 