/* Reset التصميم الأساسي */
body {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
}

header {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.container {
    width: 80%;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.container p {
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;
}

    #c19 {
        width: 550px;
        padding: 20px;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        text-align: center;
    }
    
    
/* الأسلوب للأجهزة الصغيرة مثل الهواتف الذكية */
@media (max-width: 768px) {
    #c19 {
        width: 100%; /* جعل العنصر يمتد عبر عرض الشاشة */
    }
}