body {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: 2em auto;
    padding: 0 1em;
    line-height: 1.6;
    color: #333;
    background: #fafafa;
}

h1, h2, h3 {
    color: #222;
}

ul {
    margin-left: 1.2em;
}
table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1.5em;
}
th, td {
    border: 1px solid #ccc;
    padding: 0.5em;
    text-align: left;
}
th {
    background-color: #eee;
}

a {
    color: #0066cc;
    text-decoration: none;
    overflow-wrap: anywhere;
}

a:hover {
    text-decoration: underline;
}
