body {
  font-family: Arial, sans-serif;
  margin: 2;
  padding: 0;
  background-color: #f4f4f4;
  color: #333;


  line-height: 1.6;
  margin: 2em;

}


header {
  background-color: #194a1c;
  color: white;
  padding: 1em;
  text-align: center;
}

    .container {
        max-width: 900px;
        margin: auto;
        background: #fff;
        padding: 30px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

    h1 {
        text-align: center;
        margin-bottom: 30px;
    }
    h2 {
        border-bottom: 2px solid #e0e0e0;
        padding-bottom: 5px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    h3 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }

.subtitle {
  font-size: 1.2em;
  font-style: italic;
  margin-top: 0em;
}
subtitlehabitat


.cover-image {
  text-align: center;
  margin: 2em;
}

.cover-image img {
  max-width: 90%;
  height: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.about-book {
  padding: 0 2em;
  max-width: 800px;
  margin: auto;
}

.cta {
  text-align: center;
  margin: 2em 0;
}

.btn {
  background-color: #2e7d32;
  color: white;
  padding: 0.75em 1.5em;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
}

.btn:hover {
  background-color: #1b5e20;
}










.subtitlehabitat {
  padding: 0.2em;
  font-size: 1em;
  font-style: italic;
  margin-top: 0em;
  text-color: #ffffff;
  color: #ffffff;
  background-color: #194a1c;
}

nav {
   background-color: #194a1c;
   padding: 20px;
   position: sticky;
   top: 0;
   z-index: 1000;
 }

 nav a {
   color: white;
   text-decoration: none;
   margin-right: 20px;
   font-weight: bold;
 }

 nav a:hover {
   text-decoration: underline;
 }

 section {
   padding: 40px 20px;
   max-width: 900px;
   margin: auto;
   border-bottom: 1px solid #ddd;
 }

 section h2 {
   color: #007055;
   font-size: 1.5rem;
 }

 .back-to-top {
   position: fixed;
   bottom: 30px;
   right: 30px;
   background-color: #007055;
   color: white;
   padding: 10px 16px;
   border-radius: 999px;
   text-decoration: none;
   font-weight: bold;
   font-size: 14px;
   box-shadow: 0 2px 6px rgba(0,0,0,0.2);
   transition: background-color 0.3s, transform 0.2s;
   z-index: 999;
 }

 .back-to-top:hover {
   background-color: #004d3d;
   transform: scale(1.1);
 }


 html {
   scroll-behavior: smooth;
 }

 .back-to-top {
   position: fixed;
   bottom: 30px;
   right: 30px;
   background-color: #007055;
   color: white;
   padding: 10px 16px;
   border-radius: 999px;
   text-decoration: none;
   font-weight: bold;
   font-size: 14px;
   box-shadow: 0 2px 6px rgba(0,0,0,0.2);
   transition: background-color 0.3s, transform 0.2s;
   z-index: 999;
 }

 .back-to-top:hover {
   background-color: #004d3d;
   transform: scale(1.1);
 }




















.main-titletwo { /* New class for the main title, replacing h1 */
    text-align: center;
    margin-bottom: 10px;
    font-size: 2em; /* Larger font size for main title */
    color: #36454F;
}

  .main-title { /* New class for the main title, replacing h1 */
            text-align: center;
            margin-bottom: 30px;
            font-size: 2.5em; /* Larger font size for main title */
            color: #36454F;
        }

        .bird-entry { /* Style for individual bird entries, replacing li */
            margin-bottom: 5px; /* More space between entries */
            padding-left: 0; /* Remove padding from former bullet points */
            position: relative;
            border-left: 8px solid #0056b3; /* A subtle visual indicator */
            padding-left: 15px;
            background-color: #fcfcfc;
            border-radius: 4px;
            padding-top: 1px;
            padding-bottom: 1px;
        }
        .bird-name a {
            font-weight: bold;
            color: #0056b3; /* Blue for links */
            text-decoration: none;
            font-size: 1.1em; /* Slightly larger for readability */
        }
        .bird-name a:hover {
            text-decoration: underline;
        }
        .scientific-name {
            font-style: italic;
            color: #555;
            font-size: 0.95em;
        }
        .description {
            margin-left: 5px; /* Adjusted margin */
            color: #666;
        }
      }

      }
        .hotspot-item {
            margin-bottom: 10px;
            border-left: 2px solid #36454F;
            padding-left: 15px;
            background-color: #fcfcfc;
            border-radius: 4px;
            padding-top: 8px;
            padding-bottom: 8px;
        }
        .hotspot-name {
            font-weight: bold;
            color: #36454F; /* Dark Grey for hotspot names */
        }
        .hotspot-description {
            margin-left: 5px;
            color: #666;
        }











            .header-title {
              font-size: 1.8rem;
              margin-bottom: 10px;
            }

            .item {
              background: #ffffff;
              border-left: 5px solid #2f7360;
              padding: 15px 20px;
              margin: 15px 0;
              border-radius: 6px;
              box-shadow: 0 1px 3px rgba(0,0,0,0.05);
            }

            .item h2 {
              margin: 0 0 10px;
              font-size: 1.1rem;
              color: #2f7360;
            }

            .item p {
              margin: 0;
              font-size: 0.95rem;
              line-height: 1.5;
            }










    footer {
      text-align: center;
      padding: 1em;
      background-color: #dcedc8;
      font-size: 0.9em;
    }
