body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
    color: #333;
}

.container {
    padding: 20px;
}

h1 {
    margin-bottom: 40px;
}

a {
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #333;
}

a:hover {
    border-bottom: 2px solid #333;
}

ul {
    list-style: none;
    padding: 0;
}

li {
    margin-bottom: 15px;
} 