article {
    color: #333;
    line-height: 1.8;
    font-size: 1rem;
    text-align: justify;
    padding: 0 1.5rem;
}

article h1, article h2, article h3, article h4, article h5, article h6 {
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1D3354;
}

article h1 {
    font-size: 2.25rem;
}

article h2 {
    font-size: 2rem;
}

article h3 {
    font-size: 1.75rem;
}

article h4 {
    font-size: 1.5rem;
}

article h5 {
    font-size: 1.25rem;
}

article h6 {
    font-size: 1.125rem;
}

article p {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    color: #555;
}

article pre {
    background-color: #f4f4f4;
    padding: 1rem;
    border-radius: 8px;
    font-family: 'Courier New', Courier, monospace;
    overflow-x: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    margin-bottom: 1.5rem;
}

article address {
    font-style: normal;
    color: #333;
    margin-bottom: 1.5rem;
}

article div {
    margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
    article {
        padding: 0 1rem;
    }

    article h1 {
        font-size: 2rem;
    }

    article h2 {
        font-size: 1.75rem;
    }

    article h3 {
        font-size: 1.5rem;
    }

    article h4 {
        font-size: 1.25rem;
    }

    article h5 {
        font-size: 1.125rem;
    }

    article h6 {
        font-size: 1rem;
    }

    article p {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    article h1 {
        font-size: 1.75rem;
    }

    article h2 {
        font-size: 1.5rem;
    }

    article h3 {
        font-size: 1.25rem;
    }

    article h4 {
        font-size: 1.125rem;
    }

    article h5 {
        font-size: 1rem;
    }

    article h6 {
        font-size: 0.875rem;
    }

    article p {
        font-size: 0.875rem;
    }
}
