.content-page {
    max-width: 900px;
    margin: 40px auto;
    padding: 40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    line-height: 1.8;
}

.content-page h1 {
    font-size: 2rem;
    margin-bottom: 20px;
    border-bottom: 3px solid #2563eb;
    padding-bottom: 10px;
}

.content-page h2 {
    margin-top: 30px;
    color: #2563eb;
}

.content-page p {
    margin-bottom: 18px;
}

.content-page ul {
    margin-left: 25px;
}

.content-page li {
    margin-bottom: 10px;
}

.content-page a {
    color: #2563eb;
    text-decoration: none;
}

.content-page a:hover {
    text-decoration: underline;
}