.content-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    line-height: 1.6;
}

.content-page h1 {
    color: #333;
    margin-bottom: 1em;
}

.content-page h2 {
    color: #444;
    margin-top: 1.5em;
}

.content-page h3 {
    color: #555;
    margin-top: 1.2em;
}

.content-page p {
    margin-bottom: 1em;
}
