منسوبي مكتب العميد
body {
background-image: url('');
background-size: cover;
direction: rtl;
background-color: #f0f0f0;
margin: 0;
}
.title {
text-align: center;
color: #0084bd;
font-size: 45px;
margin-bottom: 0;
padding-bottom: 0;
font-family: 'Source Code Pro', sans-serif;
}
.table-container {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(8, auto);
gap: 20px;
width: 100%;
max-width: 800px;
margin: 40px auto;
background-color: transparent;
}
.table-li {
display: flex;
align-items: center;
justify-content: center;
text-ali