body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 20px;
    background-color: #f4f4f4;
    color: #333;
}

.doc-content {
    max-width: 800px;
    margin: auto;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.title {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 10px;
    color: #333;
}

.subtitle {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 20px;
    color: #666;
}

hr {
    border: 0;
    height: 1px;
    background: #ddd;
    margin-bottom: 30px;
}

h2 {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
    color: #444;
}

p {
    margin-bottom: 10px;
}

ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

li {
    margin-bottom: 5px;
}

.c0, .c2, .c4, .c6 {
    font-weight: normal;
}

.c9 {
    font-weight: bold;
}

.c11 {
    list-style-position: inside;
}
