body {
    background-color: #272822;
    color: #e0e0e0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    line-height: 1.6;
    margin: 0;
    padding: 20px;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #1e1e1e;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
    border-bottom: 1px solid #444;
    padding-bottom: 10px;
}

a {
    color: #bb86fc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

pre, code {
    background-color: #272822;
    border-radius: 4px;
    padding: 16px;
    font-size: 14px;
    overflow-x: auto;
}

code {
    padding: 2px 4px;
}

input, textarea, button {
    background-color: #333;
    color: #e0e0e0;
    border: 1px solid #555;
    border-radius: 4px;
    padding: 10px;
    margin-top: 10px;
}

input:focus, textarea:focus {
    outline: none;
    border-color: #bb86fc;
}

button {
    cursor: pointer;
    background-color: #6200ee;
    border: none;
}

button:hover {
    background-color: #3700b3;
}

ul {
    padding-left: 20px;
}

li {
    margin-bottom: 10px;
} 
