/* Section whose id starts by extendable-section and ends by -parent */

section[id^="extendable-section"][id$="-parent"] {
    text-align: center;
}