body {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", Arial, sans-serif;
    background-color: rgb(173, 192, 140)!important;
    color: #333;
    line-height: 1.6;
}



.topnav {
  background-color: #d8e0c8;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: darkolivegreen;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}



.class1,
div[class=".class1"] {
    max-width: 1000px;
    margin: 40px auto;
    padding: 30px;
    background-color: #d8e0c8;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
    color: darkolivegreen;
    margin-bottom: 10px;
}

h2 {
    color: darkolivegreen;
    margin-top: 30px;
}

h4, h5 {
    color: darkolivegreen;
    margin-top: 20px;
}


p {
    color: #555;
    margin: 10px 0;
}

a {
    display: inline-block;
    margin: 8px 0;
    color: cadetblue;
    text-decoration: none;
    font-weight: 600;
}

a:hover {
    text-decoration: underline;
    color: darkolivegreen;
}

p:contains("____") {
    text-align: center;
    color: #ccc;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 25px auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}


h5 + p {
    background-color: #f0f4ef;
    padding: 12px;
    border-left: 4px solid darkolivegreen;
    border-radius: 6px;
}

h4 + a {
    font-size: 1.1em;
    color: darkolivegreen;
}