main h1 {
    font-family: ui-sans-serif, -apple-system, system-ui, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    font-feature-settings: normal;
    font-size: 24px;
    font-variation-settings: normal;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 12px;
}

main h2 {
    font-family: ui-sans-serif, -apple-system, system-ui, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    font-feature-settings: normal;
    font-size: 20px;
    font-variation-settings: normal;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 10px;
}

main h3 {
    font-family: ui-sans-serif, -apple-system, system-ui, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    font-feature-settings: normal;
    font-size: 18px;
    font-variation-settings: normal;
    font-weight: 600;
    margin-top: 14px;
    margin-bottom: 8px;
}

main p {
    margin-top: 8px;
    margin-bottom: 8px;
}

main hr {
    margin-top: 32px;
    margin-bottom: 32px;
    border: 0;
    border-top: 2px solid #7dd6cd;
}

main ul {
    list-style-type: disc;
    padding-left: 1.5em;
    margin-top: 8px;
    margin-bottom: 8px;
}

main li {
    margin-top: 4px;
    margin-bottom: 4px;
}

main blockquote {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 24px;
    margin: 12px 0;
    border-left: 4px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}
