body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f9f9f9;
  color: #4c6b23;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}
.hero {
  background-color: #f9f9f9;
  padding: 60px 20px;
  text-align: center;
  margin: 0 auto;
}

.hero h1 {
  font-size: 5em;
  font-weight: 400;
  margin-bottom: 10px;
  color: #182b0aff;
  font-family: 'Merriweather', serif;
}

 nav {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  position: sticky;
  top: 0;
  background-color: #182b0aff;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  gap: 20px;
  margin-bottom: 20px auto;
  margin-top: 20px auto;
  justify-content: left;
  margin: 0 auto;
 
    }

nav a, .dropbtn {
      color: white;
      font-weight: bold;
      text-decoration: none;
      background: none;
      border: none;
      cursor: pointer;
      font-size: 16px;
    }

    .dropdown {
      position: relative;
      display: inline-block;
      left: 0;  
    }

    .dropdown-content {
      display: none;
      position: absolute;
      top: 100%;     /* Places it directly below the button */
      left: 0;       /* Aligns it with the left edge of the button */
      background-color: #253012;
      min-width: 160px;
      z-index: 1;
      border-radius: 4px;
      box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
      align-items: center;
    }

    .dropdown-content a {
      display: block;
      padding: 10px;
      color: white;
      text-decoration: none;
    }

    .dropdown-content a:hover {
      background-color: #3b4a21;
    }
 
.features {
      display: flex;
      background: #f9f9f9;
      justify-content: center;
      margin: 0 auto;
    }
.feature {
      width: 1200px;
      height: 200px;
      display: flex;
      align-items: center;
      background-color: #f1ffc9;
      padding: 0px auto;
      margin-bottom: 10px;
      border-radius: 10px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
.feature img {
        width: 200px;
        height: 200px;
        border-radius: 8px ;
        margin-right: 20px ;
        align-items: left;
        justify-content: left;
        }
.feature-text {
  margin-left: 20px auto;
  width: 900px;
  align-items: center;
  font-family: 'Courier New', Courier, monospace;
  justify-content: right;
}

.feature-text h2{
  color: #182b0aff;
  text-align: center;
  font-family: 'Merriweather', serif;
  font-weight: 200;
  font-size: 38px;
  text-align: center;
  margin: 0 auto;
}

.feature-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

 footer {
      background: #182b0aff;
      font-family: 'Courier New', Courier, monospace;
      color: white;
      text-align: left;
      padding: 15px;
      margin-top: 40px auto;
      margin: 0 auto;
    }

footer p {
  margin-bottom: 10px auto;
  font-size: 1.1em;
}

.social-icon {
  width: 30px;
  height: 30px;
  margin: 10px;
  vertical-align: right;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.social-icon:hover {
  transform: scale(1.2);
}

.article-image {
  width: 100%;
  max-width: 600px;
  height: 400px;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
}

/* Paragraphs */
p {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 15px;
  align-text: left;
}
h {
  font-size: 2em;
  font-weight: 400;
  margin-bottom: 15px;
  color: #182b0aff;
  font-family: 'Merriweather', serif;
}
p1{
  font-size: 1.6em;
  font-weight: 400;
  color: #182b0aff;
  font-family: 'Merriweather', serif;
}

.watch-content{
  background: #f9f9f9;
      justify-content: center;
}

.p2{
  align-items: center;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 15px;
}
