/* Set the full background */
body {
  background-color: #b2ccb2;
  background-image: url('https://www.transparenttextures.com/patterns/cartographer.png');
  color: #333;
  font-family: 'Karla', sans-serif;
font-size: 0.85rem;
  line-height: 1.4;
  margin: 0;
  padding: 2rem 1rem;
}

/* Centered content box */
main {
  max-width: 700px;
  margin: 0 auto;
  background-color: #fffaf3;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  text-align: left;
}

/* Title */
h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: normal;
}

/*Paragraph text */
section p {
  font-size: 0.9rem;
  color: #444;
}

.small-text {
  font-size: 0.85rem;
  color: #555;
}


/*Line divider*/
hr {
  border: none;
  height: 1px;
  background-color: #d0cbb8;
  margin: 2rem auto;
  width: 60%;
}


/* Navigation links */
nav {
  margin-bottom: 2rem;
}

nav a {
  margin: 0 0.75rem;
  text-decoration: none;
  color: #5f4b32;
  font-size: 0.95rem;
}

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

/* Section text */
section p {
  font-size: 1rem;
  color: #444;
}
