    .artikel h1 {
        font-size: 24px !important;
        color: #333;
    }

    .artikel h2 {
        font-size: 20px !important;
        color: #333;
    }

    .artikel h3 {
        font-size: 16px !important;
        color: #333;
    }

    .artikel p,
    .artikel ul li {
        font-size: 16px !important;
        color: #555;
        line-height: 1.6;
    }

    .artikel {
        padding: 10px 0;
        max-width: 720px;
        margin: 0 auto;
    }