body {    font-family: 'IBM Plex Sans Arabic', sans-serif;    margin: 0;    background-color: #f4f7f6;    color: #333;    line-height: 1.6;}.container {    max-width: 900px;    margin: 0 auto;    padding: 20px;}.hero {    background-color: #2c3e50;    color: #fff;    text-align: center;    padding: 50px 20px;}.hero .profile-img {    width: 150px;    height: 150px;    border-radius: 50%;    object-fit: cover;    border: 5px solid #3498db;    margin-bottom: 20px;}.hero h1 {    margin: 0;    font-size: 2.8em;}.hero h2 {    margin: 10px 0 20px;    font-size: 1.5em;    color: #bdc3c7;}.social-links a {    color: #3498db;    text-decoration: none;    margin: 0 10px;    font-weight: bold;}.social-links a:hover {    text-decoration: underline;}section {    padding: 40px 0;    border-bottom: 1px solid #eee;}.section:last-of-type {    border-bottom: none;}h2 {    text-align: center;    color: #2c3e50;    margin-bottom: 30px;    font-size: 2em;}.job, .degree {    background-color: #fff;    padding: 20px;    margin-bottom: 20px;    border-radius: 8px;    box-shadow: 0 2px 5px rgba(0,0,0,0.1);}.job-title, .degree-title {    font-weight: bold;    color: #3498db;    font-size: 1.2em;    margin-bottom: 5px;}.company, .university {    color: #555;    margin-bottom: 5px;}.duration, .year {    font-style: italic;    color: #777;    font-size: 0.9em;}.skills-grid {    display: flex;    flex-wrap: wrap;    justify-content: center;    gap: 10px;}.skill-tag {    background-color: #3498db;    color: #fff;    padding: 8px 15px;    border-radius: 20px;    font-size: 0.9em;}.contact p {    text-align: center;    margin-bottom: 10px;}.contact a {    color: #3498db;    text-decoration: none;    font-weight: bold;}.contact a:hover {    text-decoration: underline;}footer {    text-align: center;    padding: 20px;    background-color: #2c3e50;    color: #fff;    font-size: 0.9em;}