body {
  background-color: #e6c9a8; /* warm traditional base */
  background-image: url('../images/print.png');
  background-repeat: repeat-y;
  background-position: right top;
  background-size: 120px auto;
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  color: #333;
  .container {
  padding-right: 140px;
  padding-left: 20px;
  max-width: 1000px;
  margin: auto;
}

}

img {
    max-width: 60%;
}
.navbar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #fff8dc;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.navbar li {
  display: inline;
  margin: 0 15px;
}

.navbar a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-weight: bold;
}

.navbar a:hover {
  background-color: #f2c57c;
  color: #333;
}
.navbar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #b34b0e; /* warm pastoralist tone */
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.navbar li {
  display: inline;
  margin: 0 15px;
}

.navbar a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-weight: bold;
}

.navbar a:hover {
  background-color: #f2c57c; /* highlight */
  color: #333;
}
h1, h2, h3 {
  font-family: 'Georgia', serif;
  color: #b34b0e; /* a vibrant traditional red-brown */
}

h1 {
  font-size: 2.2rem;
  margin-top: 20px;
}

p, li {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}
