/* CSS Document */

    /* Resetting some default styles */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Arial', sans-serif;
      background-color: #fafafa; /* Light background to make content readable */
      color: #333;
    }

    /* Header Styles */
    .header {
      background-color: #006747; /* Mexican Green */
      color: white;
      padding: 30px;
      text-align: center;
      border-bottom: 3px solid #fff;
    }

    .header h1 {
      font-size: 36px;
      text-transform: uppercase;
      margin-top: 10px;
    }

    .header p {
      font-size: 18px;
      margin-top: 5px;
    }

    /* Main content */
    main {
      padding: 20px;
    }

    /* Section Styles */
    section h2 {
      font-size: 28px;
      margin-top: 20px;
      text-transform: uppercase;
      color: #006747; /* Green for titles */
    }

    section ul {
      list-style-type: none;
      padding-left: 0;
      font-size: 18px;
    }

    section li {
      margin: 10px 0;
    }

    /* Key Figures */
    .key-figures li {
      font-style: italic;
      color: #d70000; /* Mexican Red */
    }

    .key-figures li strong {
      color: #006747;
    }

    /* Impact section */
    .impact ul {
      display: grid;
      grid-template-columns: lfr lfr;
      gap: 20px;
    }

    .impact li {
      background-color: #f8f8f8;
      padding: 15px;
      border-left: 5px solid #006747; /* Green border */
      border-radius: 5px;
      font-size: 16px;
    }

    /* Footer Styles */
    .footer {
      background-color: #f00; /* Mexican Red */
      color: white;
      text-align: center;
      padding: 20px;
      position: relative;
      bottom: 0;
      width: 100%;
    }

    .footer p {
      font-size: 16px;
    }

    /* Styling the background of sections to reflect Mexican culture */
    main section {
      background-color: #f8f8f8;
      padding: 15px;
      margin: 10px 0;
      border-left: 5px solid #006747; /* Green border on left side */
      border-radius: 5px;
    }

 
    /* Resetting some default styles */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Arial', sans-serif;
      background-color: #fafafa; /* Light background to make content readable */
      color: #333;
    }

    /* Header Styles */
    .header {
      background-color: #006747; /* Mexican Green */
      color: white;
      padding: 30px;
      text-align: center;
      border-bottom: 3px solid #fff;
    }

    .header h1 {
      font-size: 36px;
      text-transform: uppercase;
      margin-top: 10px;
    }

    .header p {
      font-size: 18px;
      margin-top: 5px;
    }

    /* Main content */
    main {
      padding: 20px;
    }

    /* Section Styles */
    section h2 {
      font-size: 28px;
      margin-top: 20px;
      text-transform: uppercase;
      color: #006747; /* Green for titles */
    }

    section ul {
      list-style-type: none;
      padding-left: 0;
      font-size: 18px;
    }

    section li {
      margin: 10px 0;
    }

    /* Key Figures */
    .key-figures li {
      font-style: italic;
      color: #d70000; /* Mexican Red */
    }

    .key-figures li strong {
      color: #006747;
    }

    /* Impact section */
    .impact ul {
      display: grid;
      grid-template-columns: lfr lfr;
      gap: 20px;
    }

    .impact li {
      background-color: #f8f8f8;
      padding: 15px;
      border-left: 5px solid #006747; /* Green border */
      border-radius: 5px;
      font-size: 16px;
    }

    /* Footer Styles */
    .footer {
      background-color: #f00; /* Mexican Red */
      color: white;
      text-align: center;
      padding: 20px;
      position: relative;
      bottom: 0;
      width: 100%;
    }

    .footer p {
      font-size: 16px;
    }

    /* Styling the background of sections to reflect Mexican culture */
    main section {
      background-color: #f8f8f8;
      padding: 15px;
      margin: 10px 0;
      border-left: 5px solid #006747; /* Green border on left side */
      border-radius: 5px;
    }

    /* Resetting some default styles */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Arial', sans-serif;
      background-color: #fafafa; /* Light background to make content readable */
      color: #333;
    }

    /* Header Styles */
    .header {
      background-color: #006747; /* Mexican Green */
      color: white;
      padding: 30px;
      text-align: center;
      border-bottom: 3px solid #fff;
    }

    .header h1 {
      font-size: 36px;
      text-transform: uppercase;
      margin-top: 10px;
    }

    .header p {
      font-size: 18px;
      margin-top: 5px;
    }

    /* Main content */
    main {
      padding: 20px;
    }

    /* Section Styles */
    section h2 {
      font-size: 28px;
      margin-top: 20px;
      text-transform: uppercase;
      color: #006747; /* Green for titles */
    }

    section ul {
      list-style-type: none;
      padding-left: 0;
      font-size: 18px;
    }

    section li {
      margin: 10px 0;
    }

    /* Key Civilizations */
    .key-civilizations li {
      font-style: italic;
      color: #d70000; /* Mexican Red */
    }

    .key-civilizations li strong {
      color: #006747;
    }

    /* Cultural Contributions */
    .cultural-contributions ul {
      display: grid;
      grid-template-columns: lfr lfr;
      gap: 20px;
    }

    .cultural-contributions li {
      background-color: #f8f8f8;
      padding: 15px;
      border-left: 5px solid #006747; /* Green border */
      border-radius: 5px;
      font-size: 16px;
    }

    /* Footer Styles */
    .footer {
      background-color: #f00; /* Mexican Red */
      color: white;
      text-align: center;
      padding: 20px;
      position: relative;
      bottom: 0;
      width: 100%;
    }

    .footer p {
      font-size: 16px;
    }

    /* Styling the background of sections to reflect Mexican culture */
    main section {
      background-color: #f8f8f8;
      padding: 15px;
      margin: 10px 0;
      border-left: 5px solid #006747; /* Green border on left side */
      border-radius: 5px;
    }
