/*Index(Page Headers)*/ 
header {
    background-color: #000042; /* Set background color of header */
    color: white; /* Set background color of header */
}
nav ul {
    list-style-type: none;  /* Remove bullet points from list items */
    padding: 0;  /* Remove default padding */
    text-align: left;  /* Align text to the left */
    font-family: Arabic Typesetting, serif; /* Set font family for the navigation list */
    padding: 10%
}
nav ul li {
    display: inline-block; /* Display list items in a horizontal row */
   margin-right: 10px;  /* Add space between list items */
}
nav ul li a {
    color: white; /* Set text color to white for links */
    text-decoration: none;  /* Remove underline from links */
}
nav ul li a:hover {
    text-decoration: underline; /* Underline links when hovered */
}
.name {
    font-size: 1.5rem;
    display: block;
}


/* Contact section */
