.post-content {
    max-width: 1200px;
    place-self: center;
}

.article-container {
    padding: 0 20px;
}

.article-header {
    margin-bottom: 6rem;
    justify-items: center;
}

.article-header h1 {
    font-size: 2.5rem;
    margin-top: 10rem;
    margin-bottom: 1rem;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    justify-self: center;
    text-align: center;
}

.article-header p {
    color: var(--text-secondary);
    font-size: 1.25rem;
    max-width: 700px;
    margin: 0;
    text-align: center;
}

section {
    background: linear-gradient(180deg, #00d9ff00, #00ff8803);
    padding: 1rem 2rem 4rem 2rem;
    border-bottom: solid 1px;
    border-color: rgb(0 255 136 / 20%);
    margin: 4rem 0;
    border-radius: 50px;
}

section h2 {
    font-size: 2.0rem;
    margin-bottom: 1rem;
}

section h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

section p {
    font-size: 1.25rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

section ul, ol {
    margin-left: 40px;
    font-size: 1.25rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

section strong {
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section a {
    background: var(--gradient);
    padding: 0.1rem 0.3rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--bg-primary);
    text-decoration: none;
}