الدراسات العليا
body {
direction: rtl;
background-color: #f0f0f0;
margin: 0;
font-family: 'Cairo', sans-serif;
}
.content-container {
width: 100%;
max-width: 900px;
margin: 40px auto;
background: #fff;
border-radius: 10px;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
overflow: hidden;
padding: 20px;
}
.content-body {
font-size: 18px;
color: #333;
line-height: 1.8;
margin-bottom: 20px;
text-align: justify;
}
.content-body p {