/**
* Theme Name: amino Child
* Description: This is a child theme of amino, generated by Rdt WP.
* Author: <a href="http://plazathemes.com/">Plaza-Themes</a>
* Template: amino
* Version: 1.0.2
*/
body {
    text-align: center;
}

.wp-block-group,
.wp-block-column,
.wp-block-image,
.wp-block-gallery,
.wp-block-columns,
.wp-block-media-text {
    margin-left: auto;
    margin-right: auto;
    width: 100%; /* تأكد أن العناصر تأخذ العرض الكامل للمساحة المتاحة */
    max-width: 1200px; /* يمكن تعديل هذا الرقم ليناسب التصميم الخاص بك */
    box-sizing: border-box;
}

/* لإصلاح الصور التي تظهر تحت بعضها */
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

/* لمحاذاة النصوص */
p, h1, h2, h3, h4, h5, h6 {
    text-align: center;
}