@charset "urf-8";

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

p:has(img.aligncenter) {
    text-align: center;
}

p:has(img.alignright) {
    text-align: right;
}