body { background-color: white; /* خلفية الصفحة بيضاء */ margin: 0; padding: 0; display: flex; flex-direction: column; align-items: center; height: 100vh; /* ملء ارتفاع الشاشة */ } .header { background-color: #003366; /* لون أزرق داكن */ color: white; /* لون النص أبيض */ width: 100%; text-align: center; padding: 10px 0; } .player-container { background-color: white; /* خلفية مربعة بيضاء */ padding: 20px; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); margin-top: 20px; text-align: center; /* مركز النص */ } iframe { width: 575px; height: 250px; border: none; } .title-input { margin-bottom: 10px; padding: 5px; width: 100%; font-size: 16px; border: 1px solid #ccc; border-radius: 4px; display: none; /* إخفاء حقل الإدخال */ } .title-display { margin-bottom: 10px; font-size: 18px; font-weight: bold; } مشغل إذاعة عنوان البث هنا