section {
    position: relative;
    z-index: 1;
    padding: 2rem;
    line-height: 1.8;
  }
  h2 {
    color: #1E3A8A;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
  h3 {
    color: #374151;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
  }
  ul {
    margin-bottom: 1.5rem;
  }
  li {
    margin-bottom: 0.5rem;
  }
  a {
    color: #2563EB;
    text-decoration: none;
  }
  a:hover {
    color: #F97316;
  }
  p {
    color: #4B5563;
    margin-top: 2rem;
  }
 
Geography Department Comprehensive Library
 
 
Geographic Thought
 
 
 
 
 General Survey and Topographic Maps
 
 
 
 
Geographic Statistics
 
 
 
 
Research Methodology in Geography
 
 
 
 
  body::before {
    content: "???? المكتبة الافتراضية لقسم الجغرافيا";
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    font-size: 5rem;
    color: rgba(200, 200, 200, 0.1);
    z-index: 0;
    pointer-events: none;
    white-space: nowrap;
  }
  section {
    position: relative;
    z-index: 1;
  }
  h2 {
    color: #1E3A8A; /* Royal Blue */
  }
  h3 {
    color: #374151; /* Slate Blue */
  }
  a {
    color: #2563EB; /* Medium Blue */
    text-decoration: none;
  }
  a:hover {
    color: #F97316; /* Soft Orange */
  }
  p {
    color: #4B5563; /* Neutral Gray */
  }
  section {
    position: relative;
    z-index: 1;
  }
  h2 {
    color: #1E3A8A; /* Royal Blue */
  }
  h3 {
    color: #374151; /* Slate Blue */
  }
  a {
    color: #2563EB; /* Medium Blue */
    text-decoration: none;
  }
  a:hover {
    color: #F97316; /* Soft Orange */
  }
  p {
    color: #4B5563; /* Neutral Gray */
  }