/* Ana panelin daxilindəki hər şeyi (mərkəz paneli daxil) mərkəzlə */
.center-everything {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

/* İkonları daşıyan panelləri mərkəzlə */
.x-column-layout-item {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}